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
The differing logic for the various file types in the scan node is enough to make that function very difficult to parse, and it is made doubly problematic by the issues it causes for reusing variable names for type checkers.
All of these options naming changes suggest we should split this function out of a single massive monolithic if/else for the different IO types.