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
At the moment CsvReader checks if the file stats have changed when iterating batches related to when the columns were populated. This responsibility should be extracted from both locations and placed in a separate function to detect the changes.
At the moment
CsvReaderchecks if the file stats have changed when iterating batches related to when the columns were populated. This responsibility should be extracted from both locations and placed in a separate function to detect the changes.