prashantwason commented on PR #17776: URL: https://github.com/apache/hudi/pull/17776#issuecomment-4085195409
@nsivabalan - I've pushed a fix for the CI test failures. The tests were using `_hoodie_partition_path` as both a data column and the partition field, which caused null values on read (partition columns are derived from directory paths, not stored in data files). Fixed by using a separate `partition` column as the actual partition field while keeping `_hoodie_partition_path` as a regular data column. This better simulates the real-world scenario of derived datasets via HUDIIncrSource where the source schema already contains `_hoodie_partition_path`. The MOR test also includes the upsert operation (per your earlier review comment) to ensure log files are created and correctly read. Could you please take a final look? Thanks! -- 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]
