voonhous commented on code in PR #14311:
URL: https://github.com/apache/hudi/pull/14311#discussion_r2579917656


##########
hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/procedures/ShowColumnStatsOverlapProcedure.scala:
##########
@@ -144,12 +144,12 @@ class ShowColumnStatsOverlapProcedure extends 
BaseProcedure with ProcedureBuilde
     }
   }
 
-  def getAvroSchema(metaClient: HoodieTableMetaClient): Schema = {
-    new TableSchemaResolver(metaClient).getTableAvroSchema
+  def getHoodieSchema(metaClient: HoodieTableMetaClient): HoodieSchema = {

Review Comment:
   Done



##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/ColumnStatsIndexSupport.scala:
##########
@@ -57,7 +57,7 @@ import scala.collection.parallel.mutable.ParHashMap
 
 class ColumnStatsIndexSupport(spark: SparkSession,
                               tableSchema: StructType,
-                              avroSchema: Schema,
+                              hoodieSchema: HoodieSchema,

Review Comment:
   Done



-- 
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]

Reply via email to