Skip to content
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

fix(cubesql): properly convert unsigned types from arrow to dataframe #9029

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

max-kammerer
Copy link
Member

@max-kammerer max-kammerer commented Dec 10, 2024

Looks like that we need to add new subtypes for ColumnType and TableValue types to support 8 and 16 bits types in more proper/effective manner, but it could break compilation for cube clients and I didn't do it in this pr

@max-kammerer max-kammerer requested a review from a team as a code owner December 10, 2024 10:34
Copy link

codecov bot commented Dec 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.79%. Comparing base (dcc46c7) to head (0604df1).
Report is 7 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #9029   +/-   ##
=======================================
  Coverage   82.78%   82.79%           
=======================================
  Files         221      221           
  Lines       78494    78521   +27     
=======================================
+ Hits        64979    65008   +29     
+ Misses      13515    13513    -2     
Flag Coverage Δ
cubesql 82.79% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@max-kammerer max-kammerer force-pushed the mb/fix branch 5 times, most recently from 0246455 to caf95a5 Compare December 10, 2024 19:03
@max-kammerer max-kammerer changed the title fix(cubesql): properly convert DataType::Timestamp into ColumnType::Timestamp fix(cubesql): properly convert unsigned types from arrow to dataframe Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant