ClickHouse / ClickHouse/ClickHouse
Ingestion from a Parquet file fails with error `Cannot load time zone fixed`
- Dominant language
- C++
- Stars
- 49.9k
- Forks
- 9k
- Avg merge
- 21h 32m
- Merged PRs (30d)
- 515
Description
**Clickhouse version** : `24.12.1.1487`
Ingestion from a Parquet file fails with error. I can read and scan data from the file in other tools.
**Query** : `select * from gcs('https://storage.googleapis.com/rilldata-public/github-analytics/rilldata/rill/commits/commits*.parquet', NOSIGN)`
**Error**
```
Received exception from server (version 24.12.1):
Code: 36. DB::Exception: Received from localhost:9000. DB::Exception: Cannot load time zone fixed: (in file/uri rilldata-public/github-analytics/rilldata/rill/commits/commits.parquet): While executing ParquetBlockInputFormat: While executing S3Source. (BAD_ARGUMENTS)
```
Contributor guide
Assessment
This issue has not been assessed yet.