stream2000 commented on code in PR #10169:
URL: https://github.com/apache/hudi/pull/10169#discussion_r1404007457
##########
hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/procedures/ShowMetadataTableColumnStatsProcedure.scala:
##########
@@ -50,11 +48,11 @@ class ShowMetadataTableColumnStatsProcedure extends
BaseProcedure with Procedure
)
private val OUTPUT_TYPE = new StructType(Array[StructField](
- StructField("file_name", DataTypes.StringType, nullable = true,
Metadata.empty),
- StructField("column_name", DataTypes.StringType, nullable = true,
Metadata.empty),
- StructField("min_value", DataTypes.StringType, nullable = true,
Metadata.empty),
- StructField("max_value", DataTypes.StringType, nullable = true,
Metadata.empty),
- StructField("null_num", DataTypes.LongType, nullable = true,
Metadata.empty)
+ StructField("File Name", DataTypes.StringType, nullable = true,
Metadata.empty),
Review Comment:
We don't need to modify this since we always use underscore naming
convention for `OUTPUT_TYPE` for procedures?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]