Skip to content

Commit f4cd59a

Browse files
committed
created issue #28
1 parent c536f49 commit f4cd59a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/components/src/lib/tableProvider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export function parquetDataFrame(from: AsyncBufferFrom, metadata: FileMetaData):
1313
const sortCache = new Map<string, Promise<number[]>>()
1414
const data = new Array<ResolvableRow>(Number(metadata.num_rows))
1515
/// ^ warning: the type is a lie at that point, because all rows are undefined for now
16-
/// TODO(SL): improve the type safety
1716
const groups = new Array(metadata.row_groups.length).fill(false)
1817
let groupStart = 0
1918
const groupEnds = metadata.row_groups.map(group => groupStart += Number(group.num_rows))

0 commit comments

Comments
 (0)