antonycourtney / tad

A desktop application for viewing and analyzing tabular data
http://tadviewer.com
MIT License
3.18k stars 119 forks source link

Open 'directories' that are actually parquet files #274

Open trmartinscwx opened 4 months ago

trmartinscwx commented 4 months ago

Version: MacOS arm64

Issue: Opening a 'directory' that is actually a parquet file fails. When Java Spark writes out a parquet file, it creates a 'directory' object that contains the partitions and data. While this appears to be a directory object, it is actually a parquet file. Tad is unable to open this directory as a file.

Attempts:

File Tree:

Image view of directory: image

carloshm commented 1 week ago

Same issue.