eto-ai / rikai

Parquet-based ML data format optimized for working with unstructured data
https://rikai.readthedocs.io/en/latest/
Apache License 2.0
136 stars 19 forks source link

Support partitionBy with Rikai dataframe writer in Spark #635

Closed eddyxu closed 2 years ago

eddyxu commented 2 years ago

df.write.rikai() supports partitionBy(col, ...)

eddyxu commented 2 years ago

Closes #634