-
Notifications
You must be signed in to change notification settings - Fork 32
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: Render tables partitioned by non-string columns #1533
fix: Render tables partitioned by non-string columns #1533
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1533 +/- ##
==========================================
- Coverage 46.42% 46.41% -0.02%
==========================================
Files 558 564 +6
Lines 35714 35765 +51
Branches 8916 8946 +30
==========================================
+ Hits 16582 16599 +17
- Misses 19082 19116 +34
Partials 50 50
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
There is still an error that occurs when trying to partition by a boolean column:
The code I ran is:
I suspect that the type of the boolCol being |
dae7d20
to
51a2246
Compare
@georgecwan For the different column type (
You get:
|
a10df88
to
1704b6a
Compare
d4b6bd5
to
93be2f5
Compare
Error with types |
java.lang.String
char
types instead of their ASCII valuesPartitionSelectorSearch
since it made it impossible for the user to edit the search bar after deselecting it