Skip to content

Commit cc686f8

Browse files
authored
add metadata to dataframe (#308)
1 parent a249ebb commit cc686f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/tableProvider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export function parquetDataFrame(from: AsyncBufferFrom, metadata: FileMetaData,
8787
const unsortableDataFrame: UnsortableDataFrame = {
8888
header,
8989
numRows,
90+
metadata,
9091
eventTarget,
9192
getRowNumber({ row }) {
9293
validateRow({ row, data: { numRows } })

0 commit comments

Comments
 (0)