Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open 'directories' that are actually parquet files #274

Open
trmartinscwx opened this issue Jul 2, 2024 · 1 comment
Open

Open 'directories' that are actually parquet files #274

trmartinscwx opened this issue Jul 2, 2024 · 1 comment

Comments

@trmartinscwx
Copy link

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:

  • Attempted 'File -> Open Directory' and selecting /folder/data.parquet -- opens data.parquet as an empty directory
  • Attempted 'File -> Open File' and selecting /folder/data.parquet, -- opens data.parquet as an empty directory

File Tree:

  • folder
    • data.parquet
      • ._SUCCESS.crc
      • .part-000-9cc3489e-.....snappy.parquet.crc
      • _SUCCESS
      • part-000-9cc3489e-.....snappy.parquet.crc

Image view of directory:
image

@carloshm
Copy link

Same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants