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

lirui pushed a commit to branch release-1.13
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.13 by this push:
     new a6b8234  [FLINK-20975][hive][tests] Allow integral partition filter 
pushdown
a6b8234 is described below

commit a6b823498aa77e3de5ff34e191e3a2e3d42f3620
Author: Rui Li <[email protected]>
AuthorDate: Tue Jul 13 10:52:56 2021 +0800

    [FLINK-20975][hive][tests] Allow integral partition filter pushdown
    
    This closes #16475
---
 .../flink-connector-hive/src/test/resources/hive-site.xml           | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git 
a/flink-connectors/flink-connector-hive/src/test/resources/hive-site.xml 
b/flink-connectors/flink-connector-hive/src/test/resources/hive-site.xml
index cf7c80a..6dbe4c9 100644
--- a/flink-connectors/flink-connector-hive/src/test/resources/hive-site.xml
+++ b/flink-connectors/flink-connector-hive/src/test/resources/hive-site.xml
@@ -19,6 +19,12 @@
 
 <configuration>
 
+    <!-- allow integral partition filter pushdown to avoid unstable test -->
+       <property>
+               <name>hive.metastore.integral.jdo.pushdown</name>
+               <value>true</value>
+       </property>
+
        <property>
                <name>hive.metastore.schema.verification</name>
                <value>false</value>

Reply via email to