comphead commented on code in PR #22100:
URL: https://github.com/apache/datafusion/pull/22100#discussion_r3343272702


##########
datafusion/common/src/config.rs:
##########
@@ -1514,6 +1529,9 @@ pub struct ConfigOptions {
     pub extensions: Extensions,
     /// Formatting options when printing batches
     pub format: FormatOptions,
+    /// Spark-compatibility options (functions under `datafusion/spark` and
+    /// Spark-specific planner behavior)
+    pub spark: SparkOptions,

Review Comment:
   I think we should not be adding spark into the core, it would inverse the 
dependencies



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