puneetdixit200 commented on PR #18901: URL: https://github.com/apache/hudi/pull/18901#issuecomment-4607432167
Pushed `e734a41b1` for the Azure failure on `TestLanceDataSource.testSqlCommands`. Root cause: the functional test still asserted that Lance tables must not initialize column/partition stats metadata, but this branch now adds Lance column stats support and the common metadata test expects those partitions to be enabled where applicable. Change: - `COLUMN_STATS` is now asserted available for Lance tables. - `PARTITION_STATS` availability is asserted to match whether the table is partitioned. Local verification: - `git diff --check` passed. - I attempted focused Maven `test-compile`, but this Mac does not have a usable Hudi CI JDK: Maven on Java 25 fails in upstream `hudi-io` Lombok-generated members, and the installed Java 8 runtime is a JRE without `tools.jar`. The pushed CI run should give the real signal for the Spark functional test. -- 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]
