voonhous commented on code in PR #17659:
URL: https://github.com/apache/hudi/pull/17659#discussion_r2670790920
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/TestHoodieSparkSqlWriterWithTestFormat.scala:
##########
@@ -685,7 +685,7 @@ class TestHoodieSparkSqlWriterWithTestFormat extends
HoodieSparkWriterTestBase {
private def fetchActualSchema(): HoodieSchema = {
val tableMetaClient = createMetaClient(spark, tempBasePath)
- new TableSchemaResolver(tableMetaClient).getTableSchema()
+ new TableSchemaResolver(tableMetaClient).getTableSchema(false)
Review Comment:
Nope, i was debugging, let me revert.
--
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]