Skip to content

Conversation

@bartero
Copy link

@bartero bartero commented Oct 14, 2020

First of all thank you for keeping up this library project.

The motivation behind this PR is to solve the problem #117
In one sentence this PR extends the capability of this library to support commas in schema headers :-)

As a by product also included:

  • the code in the few functions (findField, findFieldBranch, materializeRecords) seems to be somewhat simpler (in my reckoning at least)
  • the performance of these functions should be improved (though have not benchmarked it)

I tried to be careful not to impose any unexpected side effects.
I extended the read/write tests to cover the new case.
I hope this PR meets your standards. I am open for discussion and criticism.

With regards,
Bartłomiej

jim-lake pushed a commit to jim-lake/parquetjs that referenced this pull request Oct 15, 2025
- Buffer.slice -> Buffer.subarray (and correct test that wasn't using
buffers)
- new Buffer(array) -> Buffer.from(array)
- Fix issue with `npm run serve`

Via looking into ironSource#117 As `subarray` is slightly faster in the browser
shim.
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.

2 participants