cloud-fan commented on issue #25453: [WIP][SPARK-28730][SQL] Configurable type 
coercion policy for table insertion
URL: https://github.com/apache/spark/pull/25453#issuecomment-521259547
 
 
   I believe this PR is the minimal effort to fix the Spark 3.0 blocker: DS v1 
and v2 tables have inconsistent behaviors regarding table insertion.
   
   I think we all agree that we need to make table insertion behavior 
configurable, and IMO legacy mode should be the default instead of the strict 
mode, as it's the behavior in Spark 1.x and 2.x.
   
   Fow now I think the legacy mode is the most reasonable default, but this may 
change after we make more progress on new policies and fixing the "return-null" 
behavior. We can discuss to change the default at that time.

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