-
Notifications
You must be signed in to change notification settings - Fork 192
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
feat(torii/processor): support integer type column for key #2424
Conversation
WalkthroughOhayo, sensei! The changes in this pull request enhance error handling and control flow across several files, including Changes
Possibly related PRs
Recent review detailsConfiguration used: .coderabbit.yaml Files selected for processing (2)
Files skipped from review as they are similar to previous changes (1)
Additional comments not posted (2)
TipsChatThere are 3 ways to chat with CodeRabbit:
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
Documentation and Community
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2424 +/- ##
==========================================
+ Coverage 67.91% 68.04% +0.13%
==========================================
Files 364 364
Lines 47910 48013 +103
==========================================
+ Hits 32539 32672 +133
+ Misses 15371 15341 -30 ☔ View full report in Codecov by Sentry. |
b6c0f0d
to
da4a4f8
Compare
commit-id:a13ac0db
da4a4f8
to
838082e
Compare
commit-id:fc30f247
better fix: #2427 |
If the type of external_* column in the query was not text the try_get would error out because it cannot decode to string, so now we check the column time and decode the value based on it
and also call execute on db before fetching entity keys because the query which inserts these key could be in queue
Stack:
Summary by CodeRabbit
Summary by CodeRabbit
New Features
Bug Fixes