You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(dataframe): add mixed-schema test for describe with numeric + FixedSizeBinary
Add a test that combines numeric (Int32) and FixedSizeBinary columns to
exercise the filter path in describe(), where min/max aggregations skip
FixedSizeBinary but still compute results for numeric columns. This
covers the filter rather than the empty-aggregate fallback.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments