You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a little unclear on hive partitioning naming conventions and rules, and I haven't been able to find any documentation that would say leading underscores should not work.
I would have expected an error on the dataset creation, if leading underscores are not supported.
Component(s)
Parquet
The text was updated successfully, but these errors were encountered:
I just bumped into a very similar case you're describing here. IIUC, your code will work if you add the ignore_prefixes=['.'] argument to your dataset creation.
Describe the bug, including details regarding any error messages, version, and platform.
python version:
Python 3.12.4 (tags/v3.12.4:8e8a4ba, Jun 6 2024, 19:30:16) [MSC v.1940 64 bit (AMD64)] on win32
pyarrow version:
pyarrow==16.1.0
the following code produced an unexpected empty table result:
printed result:
I'm a little unclear on hive partitioning naming conventions and rules, and I haven't been able to find any documentation that would say leading underscores should not work.
I would have expected an error on the dataset creation, if leading underscores are not supported.
Component(s)
Parquet
The text was updated successfully, but these errors were encountered: