Description
Multi-Partition parquet:kv tables do not display multiple partition drop-downs
Steps to reproduce
- place a .parquet file in a multi-partition kv directory. for example, "/path/to/somewhere/date_partition=2023-08-01/id_partition=id-001/my.parquet"
- emulate multiple partitions via soft-link; from "/path/to/somewhere" directory,
ln -s date_partition=2023-08-01/id_partition=id-001 date_partition=2023-08-01/id_partition=id-002 and ln -s date_partition=2023-08-01 date_partition=2023-08-02. this will make it seem that there are 2 "date" partitions, each of which has 2 "id" partiions
- import the table(s) in a query; `ParquetTools.readTable("/path/to/somewhere")
- the "most recent" date-partion (2023-08-02) will be selected from the drop-down of available "date" partitions. note that there no is drop-down for the "id" partition
Expected results
- a "date" partition and an "id" partition are visible as drop-downs. i guess this gets nasty if i want to select the "date=2023-08-01" and "ALL" of the "id" partitions ...
Actual results
- there is no way to select a specific "id"
Additional details and attachments
Versions
- Engine Version: ...
- Web UI Version: ...
- Java Version: ...
- Barrage Version: ...
- OS: ...
- Browser: ...
- Docker: ...
Description
Multi-Partition parquet:kv tables do not display multiple partition drop-downs
Steps to reproduce
ln -s date_partition=2023-08-01/id_partition=id-001 date_partition=2023-08-01/id_partition=id-002andln -s date_partition=2023-08-01 date_partition=2023-08-02. this will make it seem that there are 2 "date" partitions, each of which has 2 "id" partiionsExpected results
Actual results
Additional details and attachments
Versions