techascent / tech.ml.dataset

A Clojure high performance data processing system
Eclipse Public License 1.0
676 stars 35 forks source link

Write parquet decimal type not supported #427

Open bortexz opened 1 month ago

bortexz commented 1 month ago

When trying to write a parquet file with :decimal types, I receive the following error:

; Execution error at tech.v3.libs.parquet/column->field (parquet.clj:886).
; Unsupported datatype for parquet writing: :decimal

Is it possible to add support to write decimal type?

cnuernber commented 3 weeks ago

Yes for sure it is possible