kyuubi/externals
Fei Wang c29c4430aa [KYUUBI #1786] Fix the Spark sql engine logger level changed to WARN issue
<!--
Thanks for sending a pull request!

Here are some tips for you:
  1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html
  2. If the PR is related to an issue in https://github.com/apache/incubator-kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'.
  3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'.
-->

### _Why are the changes needed?_
<!--
Please clarify why the changes are needed. For instance,
  1. If you add a feature, you can talk about the use case of it.
  2. If you fix a bug, you can clarify why it is a bug.
-->

To close #1786
Main object will init logger with isInterpreter=true, which changes logger to WARN level.
In this pr, we do not use Main.output as `spark.repl.class.outputDir`
### _How was this patch tested?_
Passed existing tests.

Closes #1828 from turboFei/repl_warn.

Closes #1786

91fc327c [Fei Wang] address commments
762d148c [Fei Wang] refactor
4e18f367 [Fei Wang] do not use main output dir

Authored-by: Fei Wang <fwang12@ebay.com>
Signed-off-by: Fei Wang <fwang12@ebay.com>
2022-01-25 15:26:19 +08:00
..
kyuubi-download [KYUUBI #1721] Recover maven deplop plugin in all module 2022-01-11 13:50:26 +08:00
kyuubi-flink-sql-engine [KYUUBI #1685] Support jar and lib start option 2022-01-25 11:37:27 +08:00
kyuubi-spark-sql-engine [KYUUBI #1786] Fix the Spark sql engine logger level changed to WARN issue 2022-01-25 15:26:19 +08:00
kyuubi-trino-engine [KYUUBI #1784][FOLLOWUP][TRINO] Fix float types lose precision 2022-01-19 16:50:41 +08:00