CTTY commented on code in PR #5943: URL: https://github.com/apache/hudi/pull/5943#discussion_r919517145
########## hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/parser/HoodieCommonSqlParser.scala: ########## @@ -57,6 +57,13 @@ class HoodieCommonSqlParser(session: SparkSession, delegate: ParserInterface) override def parseDataType(sqlText: String): DataType = delegate.parseDataType(sqlText) + // SPARK-37266 Added parseQuery to ParserInterface in Spark 3.3.0 Review Comment: [SPARK-37266](https://github.com/apache/spark/pull/34543/files) ParserInterface change -- 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]
