rdblue opened a new pull request #25931: [SPARK-29249][SQL] DataFrameWriterV2: 
Don't allow tableProperty for existin…
URL: https://github.com/apache/spark/pull/25931
 
 
   # What changes were proposed in this pull request?
   
   Don't allow calling append, overwrite, or overwritePartitions after 
tableProperty is used in DataFrameWriterV2 because table properties are not set 
as part of operations on existing tables. Only tables that are created or 
replaced can set table properties.
   
   ### Why are the changes needed?
   
   The properties are discarded otherwise, so this avoids confusing behavior.
   
   ### Does this PR introduce any user-facing change?
   
   Yes, but to a new API, DataFrameWriterV2.
   
   ### How was this patch tested?
   
   Removed test cases that used this method and the append, etc. methods 
because they no longer compile.

----------------------------------------------------------------
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