-
-
Notifications
You must be signed in to change notification settings - Fork 370
Support the Decimal data type in the Ibis engine
#2194
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
Support the Decimal data type in the Ibis engine
#2194
Conversation
Signed-off-by: Deepyaman Datta <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2194 +/- ##
==========================================
- Coverage 83.86% 83.81% -0.06%
==========================================
Files 137 137
Lines 10607 10648 +41
==========================================
+ Hits 8896 8925 +29
- Misses 1711 1723 +12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Deepyaman Datta <[email protected]>
Signed-off-by: Deepyaman Datta <[email protected]>
235b323 to
3b3ebf6
Compare
Signed-off-by: Deepyaman Datta <[email protected]>
Signed-off-by: Deepyaman Datta <[email protected]>
31a5fdb to
aba77a6
Compare
Decimal data type in the Ibis engine
| self.sample_numeric_data, "float64" | ||
| ), | ||
| }, | ||
| # TODO(deepyaman): Identify bugs with decimal comparison |
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.
| # TODO(deepyaman): Identify bugs with decimal comparison |
Signed-off-by: Deepyaman Datta <[email protected]>
aba77a6 to
ff4a2aa
Compare
| "datatype": dt.Float64, | ||
| "data": self.convert_data(self.sample_numeric_data, "float64"), | ||
| }, | ||
| # TODO(deepyaman): Enable once the decimal issue is resolved |
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.
hey @deepyaman can you make an issue for this? (or is this an ibis issue?)
Resolves #2185
Summary
merged/released. (Update: I installed Ibis offmain, undid the workarounds in tests/ibis/test_ibis_builtin_checks.py, and everything works; just need to update this once the new Ibis release is out then.)