Aditya Goenka created HUDI-6166:
-----------------------------------

             Summary: Make Hudi compatible to Spark 3.4.0 
                 Key: HUDI-6166
                 URL: https://issues.apache.org/jira/browse/HUDI-6166
             Project: Apache Hudi
          Issue Type: Improvement
          Components: spark
            Reporter: Aditya Goenka
             Fix For: 0.14.0


[https://spark.apache.org/releases/spark-release-3-4-0.html]

Support some improved SQL features like - 

[SPARK-40956] SQL Equivalent for Dataframe overwrite command
INSERT INTO table1 REPLACE WHERE key = 3 SELECT * FROM table2
will, in an atomic operation, 1) delete rows with key = 3 and 2) insert rows 
from table2



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to