Quanlong Huang created IMPALA-15105:
---------------------------------------
Summary: calcite-planner shouldn't package test configuration files
Key: IMPALA-15105
URL: https://issues.apache.org/jira/browse/IMPALA-15105
Project: IMPALA
Issue Type: Bug
Reporter: Quanlong Huang
Assignee: Quanlong Huang
While modifying fe/src/test/resources/hive-site.xml for local testing, I found
it's not used by Impala. Instead, the one in the calcite-planner jar is picked
up:
{code:java}
I20260616 09:33:06.919615 419080 MetastoreConf.java:2165] Found configuration
file
jar:file:/home/quanlong/workspace/Impala/java/calcite-planner/target/calcite-planner-5.0.0-SNAPSHOT.jar!/hive-site.xml{code}
Packaging these configuration files in the calcite-planner jar file will deploy
them in production. They might overwrite users configurations. We should only
use them in testing.
CC [~scarlin]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)