forked from aloneguid/parquet-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat/logical timestamp #1
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ck (aloneguid#487) * Add failing unit test * fix: attempt to fix issues where loop will read past the end of a block * feat: manually specify target net7.0 to comply with hudl * Revert "feat: manually specify target net7.0 to comply with hudl" This reverts commit e30800b. --------- Co-authored-by: Nelson Swindler <[email protected]>
…udl not affect anyone as .NET 6 and 8 are the LTS versions now.
* Add method to serialize a collection into a single row group. * Add methods to deserialize a single row group into a provided collect… * Avoid allocations if user provide a list with already allocated elements * Add ParquetSerializer.DeserializeAllByGroupsAsync method to deseriali… * Merge branch 'refs/heads/master' into fork/feature/add-row-group-seri… * updating release notes
…json serialization option in the POCO. resolved by: #1
* ParquetReader.RowGroups property * Patched parquet-tools for Apple M1 * Don't test 3.1.x on mac OS * That idea didn't work! * Merge branch 'refs/heads/master' into fork/RowGroupsProperty * Simple test for RowGroups property * Revert change to .jar
…finitionLevel to MaxDefinitionLevel - 1 if value is null.
Updated the `TimeSpan_Simplest_Serde()` method in the `Parquet.Test.Serialisation` namespace in the `ParquetSerializerTest.cs` file. The `NullableTimeSpan` property in the `TimespanRecord` object, which was previously always set to `null`, is now conditionally set to `TimeSpan.Parse("01:00:03")` if the index `i` is an even number, otherwise it remains `null`.
…y the custom metadata of the output file.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.