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

[Python] Expose Parquet ZSTD compression

    XMLWordPrintableJSON

Details

    Description

      It seems like in the python/pyarrow/_parquet.pyx file there's a check for the supported compression scheme:

      cdef int check_compression_name(name) except -1:
          if name.upper() not in ['NONE', 'SNAPPY', 'GZIP', 'LZO', 'BROTLI', 'LZ4']:
              raise ArrowException("Unsupported compression: " + name)
          return 0

      which does not include ZSTD (Zstandard).  From my understanding it should be supported in the underlying c++ library already.  Is it possible to add that support?

       

      Attachments

        Issue Links

          Activity

            People

              uwe Uwe Korn
              will133 William Lee
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 0.5h
                  0.5h