Creating parquet table partitioned on a boolean column throws error #4545
Labels
bug
Something isn't working
core
Core development tasks
parquet
Related to the Parquet integration
python
python-server-side
Milestone
Description
Creating a parquet table partitioned on a column of
boolean
type and then runningj_object.getColumnSources()
will cause an exception.Steps to reproduce
bool_partition.j_object.getColumnSources()
The text was updated successfully, but these errors were encountered: