[HUDI-3886] Adding default null for some of the fields in col stats in MDT schema (#5329)
This commit is contained in:
committed by
GitHub
parent
05dfc39c29
commit
b00d03fd62
@@ -107,7 +107,8 @@
|
|||||||
"type": [
|
"type": [
|
||||||
"null",
|
"null",
|
||||||
"string"
|
"string"
|
||||||
]
|
],
|
||||||
|
"default" : null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"doc": "Column name for which this column statistics applies",
|
"doc": "Column name for which this column statistics applies",
|
||||||
@@ -318,7 +319,8 @@
|
|||||||
"type": [
|
"type": [
|
||||||
"null",
|
"null",
|
||||||
"long"
|
"long"
|
||||||
]
|
],
|
||||||
|
"default": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"doc": "Total count of null values",
|
"doc": "Total count of null values",
|
||||||
@@ -326,7 +328,8 @@
|
|||||||
"type": [
|
"type": [
|
||||||
"null",
|
"null",
|
||||||
"long"
|
"long"
|
||||||
]
|
],
|
||||||
|
"default": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"doc": "Total storage size on disk",
|
"doc": "Total storage size on disk",
|
||||||
@@ -334,7 +337,8 @@
|
|||||||
"type": [
|
"type": [
|
||||||
"null",
|
"null",
|
||||||
"long"
|
"long"
|
||||||
]
|
],
|
||||||
|
"default": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"doc": "Total uncompressed storage size on disk",
|
"doc": "Total uncompressed storage size on disk",
|
||||||
@@ -342,7 +346,8 @@
|
|||||||
"type": [
|
"type": [
|
||||||
"null",
|
"null",
|
||||||
"long"
|
"long"
|
||||||
]
|
],
|
||||||
|
"default": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"doc": "Column range entry valid/deleted flag",
|
"doc": "Column range entry valid/deleted flag",
|
||||||
|
|||||||
Reference in New Issue
Block a user