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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8f731880018 HIVE-29401: Speed-up Derby operations by setting 
durability mode to test (#6266)
8f731880018 is described below

commit 8f7318800181d77f2bef7db11e927b590867d34b
Author: Stamatis Zampetakis <[email protected]>
AuthorDate: Thu Jan 15 09:22:46 2026 +0100

    HIVE-29401: Speed-up Derby operations by setting durability mode to test 
(#6266)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 0d9fb17e16f..a71c80095fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1864,6 +1864,7 @@
             <!-- required by a few tests to find the derby jar -->
             <derby.version>${derby.version}</derby.version>
             
<derby.stream.error.file>${test.tmp.dir}/derby.log</derby.stream.error.file>
+            <derby.system.durability>test</derby.system.durability>
             <hadoop.bin.path>${hadoop.bin.path}</hadoop.bin.path>
             <!-- required by Hadoop's JobHistory -->
             <hadoop.log.dir>${test.tmp.dir}</hadoop.log.dir>

Reply via email to