matthewgapp commented on code in PR #8840:
URL: https://github.com/apache/arrow-datafusion/pull/8840#discussion_r1450819515
##########
datafusion/common/src/config.rs:
##########
@@ -278,6 +278,11 @@ config_namespace! {
/// Hive. Note that this setting does not affect reading partitioned
/// tables (e.g. `/table/year=2021/month=01/data.parquet`).
pub listing_table_ignore_subdirectory: bool, default = true
+
+ /// Should DataFusion support recursive CTEs
+ /// Defaults to false since this feature is a work in progress and may
not
+ /// behave as expected
+ pub enable_recursive_ctes: bool, default = true
Review Comment:
to set this to false and expose a method to set this in #8828
--
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]