Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-6189

[Rust] [Parquet] Plain encoded boolean column chunks limited to 2048 values

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Invalid
    • 0.14.1
    • 5.0.0
    • Rust
    • None

    Description

      encoding::PlainEncoder::new creates a BitWriter with 256 bytes of storage, which limits the data page size that can be used.

      I suggest that in

      impl Encoder<BoolType> for PlainEncoder<BoolType>

      the return value of put_value is tested and the BitWriter flushed+cleared whenever it runs out of space.

      Attachments

        Activity

          People

            Unassigned Unassigned
            mcjonesy Simon Jones
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: