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

Feat/logical timestamp #1

Closed
wants to merge 65 commits into from
Closed

Feat/logical timestamp #1

wants to merge 65 commits into from

Conversation

cliedeman
Copy link
Collaborator

No description provided.

sierzput and others added 30 commits April 4, 2024 12:50
…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
aloneguid and others added 29 commits May 31, 2024 09:37
* 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`.
@cliedeman cliedeman closed this Jun 15, 2024
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.

8 participants