-
-
Notifications
You must be signed in to change notification settings - Fork 153
fix: bytes scanned in query #1464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
fix: bytes scanned in query #1464
Conversation
instead of using file_size from manifest -- which is size of json we should use ingestion_size -- which is compressed size
WalkthroughThe Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes
Poem
Pre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used🧠 Learnings (5)📚 Learning: 2025-08-18T19:10:11.941ZApplied to files:
📚 Learning: 2025-09-18T09:59:20.177ZApplied to files:
📚 Learning: 2025-08-25T01:31:41.786ZApplied to files:
📚 Learning: 2025-08-25T01:32:25.980ZApplied to files:
📚 Learning: 2025-09-18T09:52:07.554ZApplied to files:
🧬 Code graph analysis (1)src/query/stream_schema_provider.rs (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (10)
🔇 Additional comments (1)
Comment |
instead of using file_size from manifest -- which is size of json
we should use ingestion_size -- which is compressed size
Summary by CodeRabbit