Skip to content

Commit

Permalink
Merge branch 'master' into overview_page_fe
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoujinsong authored Sep 10, 2024
2 parents 46987b3 + 62a095f commit 46f4486
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/core-hadoop2-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ on:
paths:
- ".github/workflows/**"
- "amoro-ams/**"
- "amoro-core/**"
- "amoro-common/**"
- "amoro-metrics/**"
- "amoro-optimizer/**"
- "amoro-format-iceberg/**"
- "amoro-format-paimon/**"
- "amoro-format-hudi/**"
- "amoro-format-mixed/amoro-format-mixed-flink/**"
- "amoro-format-mixed/amoro-format-mixed-hive/**"
- "amoro-format-mixed/amoro-format-mixed-spark/**"
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/core-hadoop3-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ on:
paths:
- ".github/workflows/**"
- "amoro-ams/**"
- "amoro-core/**"
- "amoro-common/**"
- "amoro-metrics/**"
- "amoro-optimizer/**"
- "amoro-format-iceberg/**"
- "amoro-format-paimon/**"
- "amoro-format-hudi/**"
- "amoro-format-mixed/amoro-format-mixed-flink/**"
- "amoro-format-mixed/amoro-format-mixed-hive/**"
- "amoro-format-mixed/amoro-format-mixed-spark/**"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/trino-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ on:
paths:
- ".github/workflows/**"
- "amoro-ams/**"
- "amoro-core/**"
- "amoro-common/**"
- "amoro-format-iceberg/**"
- "amoro-format-mixed/amoro-mixed-hive/**"
- "amoro-format-mixed/amoro-mixed-trino/**"
- "pom.xml"
Expand Down
1 change: 1 addition & 0 deletions dist/src/main/amoro-bin/conf/optimize/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
<!-- SET CONSOLE_LOG_LEVEL=info to print console logger in docker -->
<AppenderRef ref="consoleAppender" level="${CONSOLE_LEVEL}" />
</Root>
<logger name="org.apache.hadoop.io.compress.CodecPool" level="warn" additivity="false" />
</Loggers>

</Configuration>

0 comments on commit 46f4486

Please sign in to comment.