Refactor Parquet synthetic column helpers - #23759
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (9)
💤 Files with no reviewable changes (3)
🚧 Files skipped from review as they are similar to previous changes (6)
Included review availability: Your plan provides up to 12 included reviews per hour; 9 remain after this review. 📝 WalkthroughSummary by CodeRabbit
WalkthroughChangesParquet synthetic-column generation now uses shared CUDA helpers for row, source, and row-group indices. Reader-local implementations and declarations are removed. Reader and hybrid-scan paths pass row-group metadata to the new helpers, and CMake compiles the implementation. Parquet synthetic columns
Estimated code review effort: 3 (Moderate) | ~25 minutes Merge Risk: ⚪ Minimal · up to This refactor has no actionable merge-blocking risk identified at the current head and is merge-ready after normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Comment |
Description
Refactor only, no new code. This PR moves Parquet column synthesizer functions into a standalone reusable TU. Parquet readers include and call the helpers directly.
Checklist