Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / jorgecarleitao/parquet2 issues and pull requests

#233 - feat: make "FileMetadata" serializable

Pull Request - State: closed - Opened by universalmind303 about 1 month ago

#232 - Example of writing a parquet file

Issue - State: open - Opened by the80srobot 7 months ago - 1 comment

#231 - fix check decimal scale equal to precision

Pull Request - State: closed - Opened by b41sh 10 months ago - 1 comment

#229 - Switched to optimized bloom filter library

Pull Request - State: closed - Opened by ozgrakkurt about 1 year ago - 2 comments

#228 - Use optimized implementation for bloom filters

Issue - State: open - Opened by ozgrakkurt about 1 year ago

#227 - arrow-rs/parquet can't read files produced by parquet2

Issue - State: open - Opened by mattbonnell about 1 year ago - 1 comment

#226 - Inconsistent release version information

Issue - State: open - Opened by friegger about 1 year ago

#225 - feat:add read_metadata_with_size to reduce seek when size is known.

Pull Request - State: closed - Opened by youngsofun about 1 year ago - 4 comments

#224 - Copying CompressedPages to new file

Issue - State: open - Opened by little-arhat over 1 year ago - 1 comment

#223 - Implement statistics::reduce for int96

Pull Request - State: open - Opened by little-arhat over 1 year ago - 1 comment

#222 - whether parquet2 support page index

Issue - State: open - Opened by flashmouse over 1 year ago

#221 - Add BYTE_STREAM_SPLIT encoder/decoder (fixes #208)

Pull Request - State: closed - Opened by AudriusButkevicius over 1 year ago - 2 comments

#220 - Add option to use lz4_flex without safety checks

Issue - State: closed - Opened by ozgrakkurt over 1 year ago
Labels: no-changelog

#219 - Fix clippy warnings

Issue - State: closed - Opened by ozgrakkurt over 1 year ago
Labels: no-changelog

#218 - Added functionality to optionally write bloom filters

Pull Request - State: closed - Opened by ozgrakkurt over 1 year ago - 11 comments
Labels: backwards-incompatible

#217 - Fixed aggregation of max statistics for primitive fields

Pull Request - State: closed - Opened by tjwilson90 over 1 year ago - 2 comments
Labels: bug

#216 - Fix reimport problem and clippy.

Pull Request - State: closed - Opened by RinChanNOWWW over 1 year ago
Labels: bug

#215 - could't read statistics if it's stored in min/max

Issue - State: open - Opened by sandflee over 1 year ago - 1 comment

#214 - containt ==> contain typo

Issue - State: open - Opened by ghuls over 1 year ago

#213 - Write bloom filters

Issue - State: open - Opened by ozgrakkurt over 1 year ago - 1 comment

#212 - Bump minimum async-stream version to 0.3.3

Pull Request - State: closed - Opened by garrisonhess over 1 year ago - 3 comments
Labels: bug

#211 - Update dependencies + a little cleanup

Pull Request - State: closed - Opened by aldanor over 1 year ago - 1 comment
Labels: enhancement

#209 - Make some struct de/serializable.

Pull Request - State: closed - Opened by RinChanNOWWW over 1 year ago - 1 comment
Labels: enhancement

#208 - Add support for byte_stream_split encoding

Issue - State: open - Opened by damelLP over 1 year ago - 1 comment

#207 - Fixed error in rle decoding

Pull Request - State: closed - Opened by ritchie46 over 1 year ago - 1 comment
Labels: bug

#206 - Removed unnecessary flushes while writing

Pull Request - State: closed - Opened by cyr over 1 year ago - 1 comment
Labels: enhancement

#205 - Enbaled setting `selected_rows` in the runtime.

Pull Request - State: closed - Opened by RinChanNOWWW over 1 year ago - 3 comments
Labels: enhancement

#204 - Add `PageInspector` to allow inspecting page info during page iteration.

Pull Request - State: closed - Opened by RinChanNOWWW over 1 year ago - 2 comments

#203 - Improved hybrid rle decoding performance ~-40%

Pull Request - State: closed - Opened by ritchie46 over 1 year ago - 2 comments
Labels: backwards-incompatible

#202 - Added `serde` support for `RowGroupMetaData`.

Pull Request - State: closed - Opened by youngsofun over 1 year ago - 7 comments
Labels: feature

#201 - elide bound check in RLE decoder

Pull Request - State: closed - Opened by ritchie46 over 1 year ago
Labels: enhancement

#200 - feat: impl De/Serialize for RowGroupMetaData

Issue - State: closed - Opened by youngsofun over 1 year ago
Labels: no-changelog

#199 - Unnecessarily slow writes due to repeated flushes when writing to a BufWriter

Issue - State: closed - Opened by cyr over 1 year ago - 3 comments
Labels: enhancement

#198 - Reading pages with large statistics with an IndexedPageReader fails

Issue - State: open - Opened by tjwilson90 almost 2 years ago - 1 comment
Labels: bug

#197 - Removed un-necessary conversion

Pull Request - State: closed - Opened by jorgecarleitao almost 2 years ago - 1 comment
Labels: bug

#196 - `brotli` feature without `gzip` fails to compile

Issue - State: closed - Opened by kylebarron almost 2 years ago - 3 comments
Labels: bug, no-changelog

#195 - Improved API to read column chunks

Pull Request - State: closed - Opened by jorgecarleitao almost 2 years ago - 1 comment
Labels: backwards-incompatible

#194 - Avoid OOM on page streams

Pull Request - State: closed - Opened by jorgecarleitao almost 2 years ago - 1 comment
Labels: bug

#193 - Fixed error requiring stats

Pull Request - State: closed - Opened by jorgecarleitao almost 2 years ago
Labels: bug

#192 - Improve deserialize API

Pull Request - State: open - Opened by jorgecarleitao almost 2 years ago - 1 comment
Labels: backwards-incompatible

#191 - Removed `EncodedPage`

Pull Request - State: closed - Opened by jorgecarleitao almost 2 years ago - 1 comment
Labels: backwards-incompatible

#190 - Improved doc generation to include features

Pull Request - State: closed - Opened by jorgecarleitao almost 2 years ago - 1 comment
Labels: documentation

#189 - Fixed edge cases in writing delta encoder

Pull Request - State: closed - Opened by jorgecarleitao almost 2 years ago - 1 comment
Labels: bug

#188 - Replaced panics by errors on invalid pages

Pull Request - State: closed - Opened by evanrichter almost 2 years ago - 2 comments
Labels: enhancement

#187 - Fixed error in `FilteredHybridBitmapIter`'s trait bounds

Pull Request - State: closed - Opened by jorgecarleitao almost 2 years ago
Labels: bug

#186 - enable `doc_cfg` feature

Pull Request - State: closed - Opened by ritchie46 almost 2 years ago - 1 comment
Labels: documentation

#185 - (fuzzing) infinite loop when reading corrupted file

Issue - State: closed - Opened by evanrichter almost 2 years ago - 2 comments
Labels: bug, no-changelog

#184 - FixedLenByteArray max_precision integer overflow

Pull Request - State: closed - Opened by evanrichter almost 2 years ago - 1 comment
Labels: bug

#183 - Added DELTA_BYTE_ARRAY encoder

Pull Request - State: closed - Opened by jorgecarleitao almost 2 years ago - 1 comment
Labels: feature

#182 - Updating parquet tools

Pull Request - State: open - Opened by elferherrera almost 2 years ago - 2 comments

#181 - Improved `Error`

Pull Request - State: closed - Opened by jorgecarleitao almost 2 years ago - 1 comment
Labels: backwards-incompatible

#180 - Improved decoding documentation

Pull Request - State: closed - Opened by jorgecarleitao almost 2 years ago - 1 comment
Labels: documentation

#179 - Fixed error in encoding large bitpacked deltas

Pull Request - State: closed - Opened by jorgecarleitao almost 2 years ago - 1 comment
Labels: bug

#178 - Made decoding fallible

Pull Request - State: closed - Opened by jorgecarleitao almost 2 years ago - 2 comments
Labels: backwards-incompatible

#177 - Updating parquet-tools

Issue - State: open - Opened by elferherrera almost 2 years ago - 2 comments
Labels: question

#176 - Improved bitpacking

Pull Request - State: closed - Opened by jorgecarleitao almost 2 years ago - 2 comments
Labels: backwards-incompatible

#175 - Improved coverage report

Pull Request - State: closed - Opened by jorgecarleitao almost 2 years ago
Labels: testing

#174 - Optional `async`

Pull Request - State: closed - Opened by jorgecarleitao almost 2 years ago - 1 comment
Labels: backwards-incompatible

#173 - Add `max_size` to `get_page_stream` and `get_page_iterator`

Issue - State: closed - Opened by jorgecarleitao almost 2 years ago
Labels: backwards-incompatible

#172 - Fixed OOM on malicious/malformed thrift

Pull Request - State: closed - Opened by jorgecarleitao almost 2 years ago - 2 comments
Labels: bug

#171 - Made `compute_page_row_intervals` public

Pull Request - State: closed - Opened by jorgecarleitao almost 2 years ago
Labels: enhancement

#170 - Privatized `CompressionLevel`

Pull Request - State: closed - Opened by jorgecarleitao almost 2 years ago
Labels: backwards-incompatible

#169 - Improved indexed API

Pull Request - State: closed - Opened by jorgecarleitao almost 2 years ago - 1 comment
Labels: backwards-incompatible

#168 - Simplified interal code

Pull Request - State: closed - Opened by jorgecarleitao almost 2 years ago
Labels: enhancement

#167 - Some way to compare dictionary pages "by reference"

Issue - State: closed - Opened by jhorstmann almost 2 years ago - 2 comments
Labels: question

#166 - cargo fmt

Pull Request - State: closed - Opened by ritchie46 almost 2 years ago
Labels: enhancement

#165 - Added feature flag to use zlib-ng backend for gzip

Pull Request - State: closed - Opened by ritchie46 almost 2 years ago
Labels: feature

#163 - Fixed FileStreamer's end method to flush Parquet magic

Pull Request - State: closed - Opened by v0y4g3r almost 2 years ago - 2 comments
Labels: bug

#162 - `parquet2::write::stream::FileStreamer::end` does not flush Parquet footer

Issue - State: closed - Opened by v0y4g3r almost 2 years ago - 1 comment
Labels: bug, no-changelog

#161 - Fix compilation of parquet-tools

Pull Request - State: closed - Opened by jhorstmann almost 2 years ago - 1 comment
Labels: bug

#160 - Delay deserialization of dictionary pages

Pull Request - State: closed - Opened by jorgecarleitao almost 2 years ago - 1 comment
Labels: backwards-incompatible

#159 - Support async reading without file's content length

Issue - State: open - Opened by kylebarron almost 2 years ago - 8 comments
Labels: enhancement

#158 - Added `Compressor::into_inner`

Pull Request - State: closed - Opened by jorgecarleitao almost 2 years ago
Labels: enhancement

#157 - Improved performance of reading

Pull Request - State: closed - Opened by jorgecarleitao about 2 years ago
Labels: enhancement

#156 - `split_buffer` should return `Result`

Issue - State: closed - Opened by jorgecarleitao about 2 years ago - 1 comment
Labels: backwards-incompatible

#155 - Add support for writing files with modular encryption

Issue - State: open - Opened by jorgecarleitao about 2 years ago
Labels: feature

#154 - Add support for reading files with modular encryption

Issue - State: open - Opened by jorgecarleitao about 2 years ago - 2 comments
Labels: feature

#153 - Reduced reallocations

Pull Request - State: closed - Opened by jorgecarleitao about 2 years ago - 1 comment
Labels: enhancement

#152 - Feature Request: Supports legacy lz4 decompression

Issue - State: closed - Opened by dantengsky about 2 years ago - 3 comments
Labels: bug, no-changelog

#151 - Added support for legacy lz4 decompression

Pull Request - State: closed - Opened by dantengsky about 2 years ago - 10 comments
Labels: feature

#150 - Removed panics on read

Pull Request - State: closed - Opened by jorgecarleitao about 2 years ago - 2 comments
Labels: bug

#149 - Removed `AsyncSeek` requirement from page stream

Pull Request - State: closed - Opened by medwards about 2 years ago - 6 comments
Labels: enhancement

#148 - Fixed missing re-export of `FileMetaData` to allow using side-car API

Pull Request - State: closed - Opened by jorgecarleitao about 2 years ago - 1 comment
Labels: bug

#147 - Added support to write sidecar

Pull Request - State: closed - Opened by jorgecarleitao about 2 years ago - 1 comment
Labels: feature

#146 - Collect `RowGroupMetaData` when writing Parquet dataset for writing `_metadata` sidecar

Issue - State: closed - Opened by kylebarron about 2 years ago - 3 comments
Labels: feature, no-changelog

#145 - Removed unused cargo feature

Pull Request - State: closed - Opened by jorgecarleitao about 2 years ago
Labels: backwards-incompatible

#144 - Adds statistics to async writer

Pull Request - State: closed - Opened by TurnOfACard about 2 years ago - 2 comments

#143 - Improved read of metadata

Pull Request - State: closed - Opened by jorgecarleitao about 2 years ago - 1 comment
Labels: enhancement

#142 - Reading large metadata-only `_metadata` file much slower than PyArrow

Issue - State: closed - Opened by kylebarron about 2 years ago - 7 comments
Labels: question, no-changelog

#141 - Lifted duplicated code to a function

Pull Request - State: closed - Opened by jorgecarleitao about 2 years ago - 1 comment
Labels: testing

#140 - Fixed error in compressing lz4raw with large offsets

Pull Request - State: closed - Opened by jorgecarleitao about 2 years ago - 1 comment
Labels: bug

#139 - Async FileStreamer does not write statistics

Issue - State: closed - Opened by TurnOfACard about 2 years ago - 2 comments
Labels: bug, help wanted, good first issue

#138 - Fix potential misuse of FileWriter API's (sync + async)

Pull Request - State: closed - Opened by TurnOfACard about 2 years ago - 2 comments
Labels: backwards-incompatible

#137 - Simplified async metadata read

Pull Request - State: closed - Opened by jorgecarleitao about 2 years ago - 1 comment
Labels: enhancement

#136 - Added new_with_page_meta to PageReader

Pull Request - State: closed - Opened by ygf11 about 2 years ago - 4 comments
Labels: feature

#135 - Pass only necessary data when create PageReader

Issue - State: closed - Opened by ygf11 about 2 years ago - 1 comment
Labels: enhancement

#134 - Deserialisation Error for Nested Types

Issue - State: open - Opened by sundeepks about 2 years ago - 2 comments
Labels: enhancement

#133 - Improved Integration test documentation and expanded tests

Pull Request - State: closed - Opened by TurnOfACard about 2 years ago - 1 comment
Labels: testing

#132 - Added compression options/levels for GZIP and BROTLI codecs.

Pull Request - State: closed - Opened by TurnOfACard about 2 years ago - 3 comments
Labels: feature