xiarixiaoyao commented on a change in pull request #3668:
URL: https://github.com/apache/hudi/pull/3668#discussion_r710873627
##########
File path:
hudi-client/hudi-spark-client/src/main/scala/org/apache/spark/sql/hudi/SparkAdapter.scala
##########
@@ -87,4 +88,9 @@ trait SparkAdapter extends Serializable {
* Create Like expression.
*/
def createLike(left: Expression, right: Expression): Expression
+
+ /**
+ * Create parquet file read for hudi.
+ */
+ def createHoodieParquetFileFormat(): ParquetFileFormat
Review comment:
yes,we need do that。but i think this pr is more like the prototype of
id-schema, I hope we can reach a basic agreement on this pr。 full spark
adaption will be another pr 。
--
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]