question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is the DELTA_BINARY_PACKED encoding not supported? If it is, could you point out how to use it?

See original GitHub issue

Version: Parquet.Net v…

Runtime Version: .Net Framework v, .Net Core v etc.

OS: Windows/Linux/MacOSX v etc.

Expected behavior

Please describe how you expect Parquet.Net to work.

Actual behavior

Please describe how Parquet.Net is behaving.

Steps to reproduce the behavior

  1. Step 1.
  2. Step 2.

Code snippet reproducing the behavior

//here

Issue Analytics

  • State:closed
  • Created 9 months ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
aloneguidcommented, Feb 13, 2023

@thebeard-lifebell all the delta encodings are supported in reading now if it helps.

0reactions
aloneguidcommented, Jan 13, 2023

It would be great to have it if you decide to add support to this library.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Encodings
For this encoding, we will take all the byte array lengths and encode them using delta encoding (DELTA_BINARY_PACKED). The byte array data ...
Read more >
Write a parquet file with delta encoded coulmns
1 Answer. It was really challenging to figure out how to enable DELTA encoding when generating parquet files using PySpark. We generate lots...
Read more >
Diff Algorithms And Delta File Formats [Practical Guide]
The assumption is that binary data is not human-readable so the delta between two binary data inputs will also not be human readable,...
Read more >
Delta encoding
Delta encoding is a way of storing or transmitting data in the form of differences (deltas) between sequential data rather than complete files; ......
Read more >
Is it possible to use the Delta encodings? · Issue #113
Hi, I wanted to experiment with the delta encodings to see if they offer any ... 'Not yet implemented: Selected encoding is not...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found