zjffdu commented on pull request #4016: URL: https://github.com/apache/zeppelin/pull/4016#issuecomment-782526242
@fforever14 Sorry for late response,It seems you need do it in 2 steps * run the following command to build flink interpreter module ``` mvn clean install -pl flink/interpreter -Pflink-111 -am -Dmaven.gitcommitid.skip=true -DskipRat ``` * run test ``` mvn test -pl flink/interpreter -Pflink-111 -Dmaven.gitcommitid.skip=true -Dtest=FlinkBatchSqlInterpreterTest -DfailIfNoTests=false -DskipRat ``` BTW, I notice your PR is based on branch-0.9, could you do it based on master ? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
