exasol / cloud-storage-extension

Exasol Cloud Storage Extension for accessing formatted data Avro, Orc and Parquet, on public cloud storage systems
MIT License
7 stars 11 forks source link

Bug in reading delta format #193

Closed morazow closed 2 years ago

morazow commented 2 years ago

Situation

The file metadata emitter skips Parquet files that are stored in the delta format, since the format is different from parquet. This is wrong and skips reading Parquet files from latest delta snapshot.

Acceptance Criteria