File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed
Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -38,19 +38,28 @@ documentation:
3838 - " **/*.md"
3939 - " LICENSE"
4040
41+ core :
42+ - " auron-core/**"
43+
4144common :
4245 - " common/**"
4346
47+ native :
48+ - " native-engine/**"
49+
50+ hadoop :
51+ - " hadoop-shim/**"
52+
4453spark :
4554 - " spark-extension/**"
4655 - " spark-extension-shims-spark/**"
4756 - " spark-version-annotation-macros/**"
4857
49- native :
50- - " native-engine /**"
58+ spark-ui :
59+ - " auron-spark-ui /**"
5160
52- hadoop :
53- - " hadoop-shim /**"
61+ flink :
62+ - " auron-flink-extension /**"
5463
5564thirdparty-celeborn :
5665 - " thirdparty/auron-celeborn-*/**"
@@ -61,6 +70,9 @@ thirdparty-uniffle:
6170thirdparty-paimon :
6271 - " thirdparty/auron-paimon/**"
6372
73+ thirdparty-iceberg :
74+ - " thirdparty/auron-iceberg/**"
75+
6476dev-tools :
6577 - " dev/**"
6678 - " .idea/**"
You can’t perform that action at this time.
0 commit comments