Skip to content

Conversation

@keller-mark
Copy link

@keller-mark keller-mark commented Oct 3, 2025

Fixes #803

@github-actions
Copy link

github-actions bot commented Oct 3, 2025

Asset Size Compressed Size
report_pkg/async_full/parquet_wasm_bg.wasm 6.7MB 1.3MB
report_pkg/slim/parquet_wasm_bg.wasm 4.9MB 678KB
report_pkg/sync/parquet_wasm_bg.wasm 6.2MB 1.2MB

@keller-mark keller-mark marked this pull request as ready for review October 3, 2025 16:44
const dataPath = `${dataDir}/1-partition-brotli.parquet`;
const buffer = readFileSync(dataPath);
const arr = new Uint8Array(buffer);
// TODO: test with footer bytes alone as well
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment is outdated? It looks like you test against footer bytes below?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expose function to parse metadata, given only footer bytes

2 participants