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
I have found that DuckDB(both the latest version and ours) as of now doesn't support the brotly compression method. However, while reading parquet files with the brotly compression method, VulcanSQL terminal doesn't show error message. If I execute the same SQL statement using DuckDB cli, I can see the error message, as shown below:
D select * from read_parquet('/Users/cyyeh/Desktop/vulcan-sql-examples/yelp-dataset-api/yelp_academic_dataset_business.parquet')
> ;
Error: Invalid Error: Unsupported compression codec "BROTLI". Supported options are uncompressed, gzip, snappy or zstd
What's the correct behavior?
VulcanSQL terminal show display the correct error message
Environment
Version:
OS: macOS with M1 chip
Nodejs: v16.20.0
What's wrong?
I have found that DuckDB(both the latest version and ours) as of now doesn't support the brotly compression method. However, while reading parquet files with the brotly compression method, VulcanSQL terminal doesn't show error message. If I execute the same SQL statement using DuckDB cli, I can see the error message, as shown below:
What's the correct behavior?
VulcanSQL terminal show display the correct error message
Reproducing steps
Read parquet files with the brotly compression method
yelp_academic_dataset_business.parquet.zip
The text was updated successfully, but these errors were encountered: