turboFei edited a comment on issue #25863: [SPARK-29037][CORE][SQL] For static partition overwrite, spark may give duplicate result. URL: https://github.com/apache/spark/pull/25863#issuecomment-533804414 After this PR, the InsertOverwrite operation for partitioned table will not reuse `_temporary/0`. InsertInto operation for partitioned table and InsertOverwrite/InsertInto for non-partitioned table will still use `_temporary/0` as job attempt path, maybe we can fix them in future.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
