-
Notifications
You must be signed in to change notification settings - Fork 9
chore: remove unused partition spec #899
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
Conversation
WalkthroughThe update removes the implicit Changes
Possibly related PRs
Suggested reviewers
Poem
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
api/src/main/scala/ai/chronon/api/planner/LocalRunner.scala (1)
42-42: Remove unused implicit variable.The
testPartitionSpecvariable is defined but never used, aligning with the PR objective to remove unused partition specs.- implicit val testPartitionSpec = PartitionSpec.daily
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
api/src/main/scala/ai/chronon/api/planner/LocalRunner.scala(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (16)
- GitHub Check: fetcher_tests
- GitHub Check: groupby_tests
- GitHub Check: streaming_tests
- GitHub Check: analyzer_tests
- GitHub Check: spark_tests
- GitHub Check: batch_tests
- GitHub Check: scala_compile_fmt_fix
- GitHub Check: cloud_gcp_tests
- GitHub Check: cloud_aws_tests
- GitHub Check: online_tests
- GitHub Check: service_commons_tests
- GitHub Check: service_tests
- GitHub Check: flink_tests
- GitHub Check: api_tests
- GitHub Check: aggregator_tests
- GitHub Check: enforce_triggered_workflows
🔇 Additional comments (1)
api/src/main/scala/ai/chronon/api/planner/LocalRunner.scala (1)
25-27: ```shell
#!/bin/bashinspect fromJsonFile body
sed -n '110,165p' api/src/main/scala/ai/chronon/api/ThriftJsonCodec.scala
check if testPartitionSpec is referenced
rg "testPartitionSpec" -n api/src
</details> </blockquote></details> </details> <!-- This is an auto-generated comment by CodeRabbit for review status -->
Summary
Checklist
Summary by CodeRabbit