brkyvz opened a new pull request #25767: [SPARK-29062] Add V1_BATCH_WRITE to 
the TableCapabilityChecks
URL: https://github.com/apache/spark/pull/25767
 
 
   ### What changes were proposed in this pull request?
   
   Currently the checks in the Analyzer require that V2 Tables have BATCH_WRITE 
defined for all tables that have V1 Write fallbacks. This is confusing as these 
tables may not have the V2 writer interface implemented yet. This PR adds this 
table capability to these checks.
   
   ### Why are the changes needed?
   
   Partitioned saves through DataFrame.write are otherwise broken for V2 tables 
that support the V1
   write API.
   
   ### Does this PR introduce any user-facing change?
   
   No
   
   ### How was this patch tested?
   
   V1WriteFallbackSuite

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


With regards,
Apache Git Services

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

Reply via email to