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

snuyanzin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-hive.git

commit 55f1063f38b8a9ae86dff7f0b2037cc9360638ee
Author: Jane Chan <qingyue....@gmail.com>
AuthorDate: Wed Mar 13 17:50:49 2024 +0800

    [FLINK-29114][connector][filesystem] Fix issue of file overwriting caused 
by multiple writes to the same sink table and shared staging directory
    
    This closes #24390
    
    * Fix unstable TableSourceITCase#testTableHintWithLogicalTableScanReuse
    * Moves the staging dir configuration into builder for easier testing
    
    ---------
    
    Co-authored-by: Matthias Pohl <matthias.p...@aiven.io>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4aaffbb9..dc11450b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,7 @@ under the License.
     </modules>
 
     <properties>
-        <flink.version>1.19.0</flink.version>
+        <flink.version>1.20.0</flink.version>
 
         <assertj.version>3.24.2</assertj.version>
         <!--

Reply via email to