You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/07/24 05:03:58 UTC

[GitHub] [spark] aniket486 commented on pull request #28649: [SPARK-31829] Check for partition existence before computation

aniket486 commented on pull request #28649:
URL: https://github.com/apache/spark/pull/28649#issuecomment-663347876


   Current implementation calls "[saveAsHiveFile](https://github.com/apache/spark/blob/master/sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/InsertIntoHiveTable.scala#L205)" which triggers job to run the "select ... " query only to discard the output [later](https://github.com/apache/spark/blob/master/sql/hive/src/main/scala/org/apache/spark/sql/hive/execution/InsertIntoHiveTable.scala#L274) (by not calling externalCatalog.loadPartition)". 


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org