dongjoon-hyun commented on PR #53207: URL: https://github.com/apache/spark/pull/53207#issuecomment-3574071091
Could you fix the compilation failure, @szehon-ho ? ``` [error] /home/runner/work/spark/spark/sql/core/src/test/scala/org/apache/spark/sql/connector/MergeIntoTableSuiteBase.scala:5686:31: value MERGE_INTO_NESTED_TYPE_UPDATE_BY_FIELD is not a member of object org.apache.spark.sql.internal.SQLConf [error] withSQLConf(SQLConf.MERGE_INTO_NESTED_TYPE_UPDATE_BY_FIELD.key -> [error] ^ [warn] 22 warnings found [error] /home/runner/work/spark/spark/sql/core/src/test/scala/org/apache/spark/sql/connector/MergeIntoTableSuiteBase.scala:5806:31: value MERGE_INTO_NESTED_TYPE_UPDATE_BY_FIELD is not a member of object org.apache.spark.sql.internal.SQLConf [error] withSQLConf(SQLConf.MERGE_INTO_NESTED_TYPE_UPDATE_BY_FIELD.key -> [error] ^ [error] /home/runner/work/spark/spark/sql/core/src/test/scala/org/apache/spark/sql/connector/MergeIntoTableSuiteBase.scala:6049:19: value MERGE_INTO_NESTED_TYPE_UPDATE_BY_FIELD is not a member of object org.apache.spark.sql.internal.SQLConf [error] SQLConf.MERGE_INTO_NESTED_TYPE_UPDATE_BY_FIELD.key -> [error] ^ [error] /home/runner/work/spark/spark/sql/core/src/test/scala/org/apache/spark/sql/connector/MergeIntoTableSuiteBase.scala:6165:21: value MERGE_INTO_NESTED_TYPE_UPDATE_BY_FIELD is not a member of object org.apache.spark.sql.internal.SQLConf [error] SQLConf.MERGE_INTO_NESTED_TYPE_UPDATE_BY_FIELD.key -> [error] ^ ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
