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
Is your feature request related to a problem? Please describe.
we should add more tests in the file readers (parquet, orc, csv) that do a .count(). This generally takes a separate path then reading the full data because it just passes along the row counts and not the data itself.
I didn't see any of these tests in the integration suite so we shoul dadd some
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
we should add more tests in the file readers (parquet, orc, csv) that do a .count(). This generally takes a separate path then reading the full data because it just passes along the row counts and not the data itself.
I didn't see any of these tests in the integration suite so we shoul dadd some
The text was updated successfully, but these errors were encountered: