rangareddy commented on issue #17258: URL: https://github.com/apache/hudi/issues/17258#issuecomment-5365806689
This issue was reviewed as part of the JIRA-migrated backlog triage (HUDI-8698). **Findings: all three tests in the class are still disabled on `master`.** `hudi-utilities/src/test/java/org/apache/hudi/utilities/functional/TestHiveSchemaProvider.java`: | line | test | | --- | --- | | `:63` | `testSourceSchema` | | `:83` | `testTargetSchema` | | `:105` | `testNotExistTable` | Each is a bare `@Disabled` with **no reason string**, so the original cause was never recorded - that is the first thing worth fixing, independently of the tests themselves. The class extends `SparkClientFunctionalTestHarnessWithHiveSupport`, so re-enabling most likely depends on the embedded Hive metastore in the test harness working, which makes this the same family of problem as the other Hive-dependent disables in this backlog rather than a bug in `HiveSchemaProvider` itself. Keeping this open. -- 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]
