You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The protobuf serialisation is missing for GetIndexedFieldExpr which causes ballista to fail to execute SQL queries that index fields of nested types.
Describe the bug
The protobuf serialisation is missing for
GetIndexedFieldExpr
which causesballista
to fail to execute SQL queries that index fields of nested types.To Reproduce
Use the attached parquet file:
and run the following code
This will fail with
Expected behavior
Should produce the following output:
Additional context
This is due to the missing protobuf serialisations for
GetIndexedFieldExpr
The text was updated successfully, but these errors were encountered: