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
databow currently recognizes .arrow as the extension for Arrow IPC file format (with the footer). Let's please make it also recognize .arrows as the extension for Arrow IPC stream format (without the footer) and be able to write that to disk.
databow currently recognizes
.arrowas the extension for Arrow IPC file format (with the footer). Let's please make it also recognize.arrowsas the extension for Arrow IPC stream format (without the footer) and be able to write that to disk.