Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RLE Boolean Encoding Fails #113

Open
wilwade opened this issue Jan 18, 2024 · 0 comments
Open

RLE Boolean Encoding Fails #113

wilwade opened this issue Jan 18, 2024 · 0 comments
Assignees

Comments

@wilwade
Copy link
Member

wilwade commented Jan 18, 2024

Even after #112, the test for the standard file rle_boolean_encoding.parquet still fails.

// Tracked in https://github.com/LibertyDSNP/parquetjs/issues/113
it.skip('rle_boolean_encoding.parquet loads', async function() {
const data = await readData('rle/rle_boolean_encoding.parquet');
assert.deepEqual(data[0],{ datatype_boolean: true });
assert.deepEqual(data[1],{ datatype_boolean: false });
});

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

No branches or pull requests

3 participants