brkyvz opened a new pull request #25767: [SPARK-29062][SQL] 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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to