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
HivePaths provides utilities for working with Hive-style partitioned file hierarchies, where data is organized using `key=value` directory structures.
13
+
HiveStructurePaths provides utilities for working with Hive-style partitioned file hierarchies, where data is organized using `key=value` directory structures.
14
14
15
15
## Purpose
16
16
17
-
When managing datasets partitioned across multiple dimensions (e.g., `criterion=depth/partition=1/k=10/data.arrow`), HivePaths helps you:
17
+
When managing datasets partitioned across multiple dimensions (e.g., `criterion=depth/partition=1/k=10/data.arrow`), HiveStructurePaths helps you:
18
18
-**Parse** paths to extract partition metadata
19
19
-**Build** paths with consistent hierarchical ordering
20
20
-**Find** all files matching a specific schema
@@ -24,7 +24,7 @@ Each `HiveSchema` defines one target filename and the hierarchical structure of
0 commit comments