parquet-dotnet
parquet-dotnet copied to clipboard
Fix issue #168 optionals without stats
Fixes
Issue #168 and maybe also issue #164
Description
- [x] I have included unit tests validating this fix.
- [x] I have updated markdown documentation where required.
- [x] I understand that successful approval of my pull request requires reproducible tests as per Contribution Guideline.
Added a unit test proving that #164 is also fixed with this PR
Thank you
Mystery to me why that Á in the literal string caused issues. Looks fine in my branch, looks fine after the PR merge, but indeed, when I check out the code on a mac, it garbles the string. Have replaced it by a \u reference and now it works fine on the mac.
@aloneguid could you please make he CI actions run again? The pushed changes should have fixed the MacOS problem.
@Teun not sure how to trigger CI, it should just kick off automatically.
@Teun is there any chance we could proceed with these changes?
I'd love to, but I'm not sure about the process. I provided a PR, the Test action found a problem. Then I pushed a fix for that issue, but the action never ran again. Maybe someone with the required privileges can run it manually?
I'd love to, but I'm not sure about the process. I provided a PR, the Test action found a problem. Then I pushed a fix for that issue, but the action never ran again. Maybe someone with the required privileges can run it manually?
@aloneguid could I ask you for help with driving this PR to completion? If there's no easy way to trigger it, should the PR be re-submitted?
I can't figure out how to force this, so merging and will deal with errors in master if any. Expect a release shortly.
Does this fix exist in the latest version (4.23.x)? I'm trying to update from 3.10.x to the latest and seeing failure around this. Can someone confirm?