This is an automated email from the ASF dual-hosted git repository.

michaelsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git

commit 0b9d6a7059ae3c7d52116cbe882975b56dae2ebe
Author: Michael Smith <[email protected]>
AuthorDate: Wed Nov 5 11:44:39 2025 -0800

    IMPALA-14531: Ignore new Hive config
    
    Change-Id: Ic59caffc1f8b2a4e8693cb5e2770787f4817167e
    Reviewed-on: http://gerrit.cloudera.org:8080/23639
    Reviewed-by: Sai Hemanth Gantasala <[email protected]>
    Reviewed-by: Fang-Yu Rao <[email protected]>
    Tested-by: Michael Smith <[email protected]>
---
 fe/src/test/resources/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/fe/src/test/resources/.gitignore b/fe/src/test/resources/.gitignore
index c3004a534..85c4cd33f 100644
--- a/fe/src/test/resources/.gitignore
+++ b/fe/src/test/resources/.gitignore
@@ -7,10 +7,12 @@ sentry-site*.xml
 yarn-site.xml
 copy-mem-limit-test-*.xml
 hive-site-events-cleanup/
+hive-site-events-config/
 hive-site-ranger-auth/
 hive-site-housekeeping-on/
 hive-site-without-hms/
 hive-site_events_cleanup.xml
+hive-site_events_config.xml
 hive-site_ranger_auth.xml
 hive-site_housekeeping_on.xml
 hive-site_without_hms.xml

Reply via email to