xushiyan commented on code in PR #8399: URL: https://github.com/apache/hudi/pull/8399#discussion_r1193140118
########## hudi-utilities/src/test/resources/delta-streamer-config/short_trip_uber_config.properties: ########## @@ -25,3 +25,4 @@ hoodie.datasource.hive_sync.table=short_trip_uber_hive_dummy_table hoodie.datasource.write.keygenerator.class=org.apache.hudi.utilities.deltastreamer.TestHoodieDeltaStreamer$TestTableLevelGenerator hoodie.deltastreamer.schemaprovider.registry.baseUrl=http://localhost:8081/subjects/ hoodie.deltastreamer.schemaprovider.registry.urlSuffix=-value/versions/latest +hoodie.deltastreamer.transformer.class=org.apache.hudi.utilities.transform.SqlFileBasedTransformer Review Comment: This is a misconfig - this transformer needs other config to work properly, without which it'll break table creation for the failing testcases. Fixing it here https://github.com/apache/hudi/pull/8705 -- 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]
