Skip to content

Commit 56859e4

Browse files
committed
created issue #28
1 parent aa338f8 commit 56859e4

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
@@ -14,7 +14,6 @@ export function parquetDataFrame(from: AsyncBufferFromUrl, metadata: FileMetaDat
1414
const sortCache = new Map<string, Promise<number[]>>()
1515
const data = new Array<ResolvableRow>(Number(metadata.num_rows))
1616
/// ^ warning: the type is a lie at that point, because all rows are undefined for now
17-
/// TODO(SL): improve the type safety
1817
const groups = new Array(metadata.row_groups.length).fill(false)
1918
let groupStart = 0
2019
const groupEnds = metadata.row_groups.map(group => groupStart += Number(group.num_rows))

0 commit comments

Comments
 (0)