diff --git a/demo/App.tsx b/demo/App.tsx index 68c1a32..360d59c 100644 --- a/demo/App.tsx +++ b/demo/App.tsx @@ -101,7 +101,7 @@ function parquetDataFrame(from: AsyncBufferFrom, metadata: FileMetaData): DataFr */ rows(rowStart, rowEnd, orderBy) { console.log(`reading rows ${rowStart}-${rowEnd}`, orderBy) - return parquetQueryWorker({ asyncBuffer: from, rowStart, rowEnd, orderBy }) + return parquetQueryWorker({ asyncBuffer: from, metadata, rowStart, rowEnd, orderBy }) }, sortable: true, } diff --git a/demo/bundle.min.js b/demo/bundle.min.js index 1b87e0b..c1aa126 100644 --- a/demo/bundle.min.js +++ b/demo/bundle.min.js @@ -7,5 +7,5 @@ * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. - */function _(){if(c)return v;c=1;var e=i(),t=w();function n(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n