Skip to content

Commit 7f6496c

Browse files
committed
get parquetDataSource from the build package
1 parent 5746dd7 commit 7f6496c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/tools/parquetSql.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { asyncBufferFromFile, asyncBufferFromUrl, parquetMetadataAsync } from 'hyparquet'
22
import { compressors } from 'hyparquet-compressors'
33
import { collect, executeSql } from 'squirreling'
4-
import { parquetDataSource } from '../../src/index.js'
4+
import { parquetDataSource } from 'hyperparam'
55
import { markdownTable } from './markdownTable.js'
66

77
const maxRows = 100

0 commit comments

Comments
 (0)