Open
Conversation
d6aa3e1 to
8c93df1
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #706 +/- ##
===========================================
- Coverage 61.88% 61.87% -0.01%
===========================================
Files 709 709
Lines 40231 40238 +7
Branches 5655 5657 +2
===========================================
+ Hits 24895 24898 +3
- Misses 14638 14642 +4
Partials 698 698 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
8c93df1 to
46de126
Compare
9d28d1f to
9e1edf5
Compare
jt2594838
approved these changes
Feb 5, 2026
Comment on lines
+191
to
+197
| [ColumnSchema("bool_col", TSDataType.BOOLEAN, ColumnCategory.FIELD), | ||
| ColumnSchema("int32_col", TSDataType.INT32, ColumnCategory.FIELD), | ||
| ColumnSchema("int64_col", TSDataType.INT64, ColumnCategory.FIELD), | ||
| ColumnSchema("float_col", TSDataType.FLOAT, ColumnCategory.FIELD), | ||
| ColumnSchema("double_col", TSDataType.DOUBLE, ColumnCategory.FIELD), | ||
| ColumnSchema("string_col", TSDataType.STRING, ColumnCategory.FIELD), | ||
| ColumnSchema("blob_col", TSDataType.BLOB, ColumnCategory.FIELD)]) |
Contributor
There was a problem hiding this comment.
DATE, TIMESTAMP, and TEXT?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.