ERROR:quak._widget:Error processing query
Traceback (most recent call last):
File "/python/.venv/lib/python3.12/site-packages/quak/_widget.py", line 86, in _handle_custom_msg
buf = table_to_ipc(result)
^^^^^^^^^^^^^^^^^^^^
File "/python/.venv/lib/python3.12/site-packages/quak/_util.py", line 80, in table_to_ipc
feather.write_feather(table, sink, compression="uncompressed")
File "/python/.venv/lib/python3.12/site-packages/pyarrow/feather.py", line 186, in write_feather
_feather.write_feather(table, dest, compression=compression,
TypeError: Argument 'table' has incorrect type (expected pyarrow.lib.Table, got pyarrow.lib.RecordBatchReader)