Yikf commented on code in PR #5196:
URL: https://github.com/apache/kyuubi/pull/5196#discussion_r1308645722
##########
.github/workflows/master.yml:
##########
@@ -187,14 +191,25 @@ jobs:
check-latest: false
- name: Setup Maven
uses: ./.github/actions/setup-maven
+ - name: Cache Engine Archives
+ uses: ./.github/actions/cache-engine-archives
- name: Build on Scala ${{ matrix.scala }}
run: |
- MODULES='!externals/kyuubi-flink-sql-engine'
Review Comment:
This should also be retained to ensure the successful compilation of all
Kyuubi modules, except for flink-engine, in the Scala-2.13 environment.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]