yaooqinn commented on PR #54517:
URL: https://github.com/apache/spark/pull/54517#issuecomment-3976467729

   Updated per feedback:
   
   1. **Renamed config** from 
`spark.sql.legacy.allowNullInsertForFileSourceTables` to 
`spark.sql.fileSource.insert.enforceNotNull` — no `legacy` prefix since this is 
a permanent opt-in feature, not something we plan to remove.
   2. **Positive framing**: `true` = enforce NOT NULL, `false` = default 
(silently accept nulls). Default is `false`.
   3. **Removed migration guide entry** — no default behavior change, so no 
migration needed.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to