boneanxs commented on code in PR #8399: URL: https://github.com/apache/hudi/pull/8399#discussion_r1192151738
########## 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: Looks there's test failure: ```java 2023-05-10T10:02:49.3996412Z [ERROR] Errors: 2023-05-10T10:02:49.4001259Z [ERROR] TestHoodieMultiTableDeltaStreamer.testMultiTableExecutionWithKafkaSource:187 » NullPointer 2023-05-10T10:02:49.4002065Z [ERROR] TestHoodieMultiTableDeltaStreamer.testMultiTableExecutionWithParquetSource:231->syncAndVerify:300 » NullPointer ``` Relate to this 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]
