[HUDI-3708] Fix failure with HoodieMetadataRecord due to schema compatibility check (#5204)
This commit is contained in:
@@ -115,7 +115,8 @@
|
|||||||
"type": [
|
"type": [
|
||||||
"null",
|
"null",
|
||||||
"string"
|
"string"
|
||||||
]
|
],
|
||||||
|
"default" : null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"doc": "Minimum value in the range. Based on user data table schema, we can convert this to appropriate type",
|
"doc": "Minimum value in the range. Based on user data table schema, we can convert this to appropriate type",
|
||||||
|
|||||||
Reference in New Issue
Block a user