Skip to content

Commit a30cd8e

Browse files
authored
Move collection of hive column names to shared library. (#475)
1 parent 5af2681 commit a30cd8e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/hats/io/paths.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@
2020
MARGIN_DIR = "margin_Dir"
2121
MARGIN_PIXEL = "margin_Npix"
2222

23+
HIVE_COLUMNS = [
24+
PARTITION_ORDER,
25+
PARTITION_DIR,
26+
PARTITION_PIXEL,
27+
MARGIN_ORDER,
28+
MARGIN_DIR,
29+
MARGIN_PIXEL,
30+
]
31+
2332
DATASET_DIR = "dataset"
2433
PARTITION_INFO_FILENAME = "partition_info.csv"
2534
PARTITION_JOIN_INFO_FILENAME = "partition_join_info.csv"

0 commit comments

Comments
 (0)