nsivabalan commented on issue #17049: URL: https://github.com/apache/hudi/issues/17049#issuecomment-4800741943
This appears to already be addressed on `master`. `TestHudiSmokeTest.testHudiCustomKeygenEpochMillisPartitionedTables` ([TestHudiSmokeTest.java#L582](https://github.com/apache/hudi/blob/master/hudi-trino-plugin/src/test/java/io/trino/plugin/hudi/TestHudiSmokeTest.java#L582)) reads a custom-keygen-partitioned MOR v8 table (`HUDI_CUSTOM_KEYGEN_PT_V8_MOR`, registered in [ResourceHudiTablesInitializer.java#L360](https://github.com/apache/hudi/blob/master/hudi-trino-plugin/src/test/java/io/trino/plugin/hudi/testing/ResourceHudiTablesInitializer.java#L360)) and verifies both query results and partition pruning behavior. The test data setup is documented in `hudi-trino-plugin/src/test/resources/hudi-testing-data/hudi_custom_keygen_pt_v8_mor.md`. These were brought in by commit 4e987fe ([HUDI-9556] Migrate trino-hudi plugin to hudi repo). If you intended additional custom-keygen scenarios beyond the epoch-millis partitioned MOR v8 case, please reopen with specifics; otherwise this issue c an likely be closed. -- 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]
