Hello Sebastian, currently you can only switch between plain and dictionary-encoding-combined-with-run-length encoding using the `use_dictionary` flag on https://arrow.apache.org/docs/python/generated/pyarrow.parquet.write_table.html#pyarrow.parquet.write_table . Other encoding are yet only implemented on the read path, we cannot write delta encodings yet.
Uwe On Fri, Nov 2, 2018, at 12:53 PM, Sebastian Himberger wrote: > Hi, > > I hope this is the right list. I couldn't find a "users" list on the > website so please forgive me if I am interrupting here. > > I am developing an application using the pyarrow module. By reading through > the documents I couldn't find a way to specify an encoding like delta or > run length to a column. Is this not supported yet or am I missing something? > > Thanks so much, > Sebastian