Skip to content

Multi-Partition parquet:kv tables do not display multiple partition drop-downs #1438

@robbcamera

Description

@robbcamera

Description

Multi-Partition parquet:kv tables do not display multiple partition drop-downs

Steps to reproduce

  1. 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"
  2. 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
  3. import the table(s) in a query; `ParquetTools.readTable("/path/to/somewhere")
  4. 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

  1. 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

  1. 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: ...

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions