Closed RobGeada closed 1 year ago
@RobGeada I've added a (MinIO related) fix to this PR, otherwise this would not work: it now reads the data as a String
from all the MinIO transferred bytes and corrects the header not being detected.
The column type was also checked for every row, in here we assume that the type is the same within the column and only check it once, reducing overhead.
Note: this fails the README workflow, will investigate asap