lyne7-sc opened a new pull request, #2391:
URL: https://github.com/apache/auron/pull/2391

   # Which issue does this PR close?
   
   Closes #2390
   
   # Rationale for this change
   
   Native Iceberg scans did not preserve Spark's key-grouped partition layout. 
The native input partitions could therefore differ from the declared 
KeyGroupedPartitioning, causing missing rows or task creation failures in 
storage-partitioned joins.
   
   # What changes are included in this PR?
   
   - Preserve Spark's key-grouped partitions, including empty partition groups, 
when creating native Iceberg scan tasks.
   - Add regression tests for storage-partitioned joins.
   
   # Are there any user-facing changes?
   
   Bug fix only.
   
   # How was this patch tested?
   
   Add test cases to AuronIcebergIntegrationSuite.
   
   # Was this patch authored or co-authored using generative AI tooling?
   - [x] Yes
   - [ ] No
   
   Generated-by: OpenAI Codex (gpt-5.6-sol)
   
   If yes, include: `Generated-by: <tool name and version>`
   
   ASF guidance: https://www.apache.org/legal/generative-tooling.html
   


-- 
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]

Reply via email to