southernriver commented on code in PR #6442:
URL: https://github.com/apache/hudi/pull/6442#discussion_r1009400966
##########
hudi-spark-datasource/hudi-spark3.2plus-common/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/Spark32PlusHoodieParquetFileFormat.scala:
##########
@@ -402,7 +402,7 @@ object Spark32PlusHoodieParquetFileFormat {
/**
* NOTE: This method is specific to Spark 3.2.0
*/
- private def createParquetFilters(args: Any*): ParquetFilters = {
+ def createParquetFilters(args: Any*): ParquetFilters = {
Review Comment:
For SparkBatch,I have reused some functions from outside object
Spark32PlusHoodieParquetFileFormat.
--
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]