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
constpromises=[...group.state.values()].filter((status): status is {kind: 'fetching',promise: Promise<void>}=>status.kind==='fetching').map(status=>status.promise)
48
+
constpromises=[...rowGroup.state.values()].filter((status): status is {kind: 'fetching',promise: Promise<void>}=>status.kind==='fetching').map(status=>status.promise)
54
49
55
50
// TODO(SL): pass AbortSignal to the worker?
56
51
if(columnsToFetch.length>0){
@@ -107,12 +102,12 @@ export function parquetDataFrame(from: AsyncBufferFrom, metadata: FileMetaData):
0 commit comments