coderfender commented on code in PR #21720:
URL: https://github.com/apache/datafusion/pull/21720#discussion_r3186527944
##########
datafusion/common/src/config.rs:
##########
@@ -692,6 +692,17 @@ config_namespace! {
/// `false` — ANSI SQL mode is disabled by default.
pub enable_ansi_mode: bool, default = false
+ /// Policy for handling duplicate keys in Spark-compatible
map-construction
Review Comment:
This makes sense to me. A few weeks ago , I was proposing semantic layering
in DF essentially calling spark functions with same name as datafusion , spark
level config , ansi support and potentially spark friendly SQL. This should
help users migrating from spark to directly move their leverage logic in
datafusion
--
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]