You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/config/config-file.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,9 @@ datafusion:
75
75
"sql_parser.enable_ident_normalization": "true"
76
76
```
77
77
78
-
The `datafusion` field accepts a map of configuration key-value pairs where both keys and values are strings. You can reference the [DataFusion configuration documentation](https://docs.rs/datafusion/latest/datafusion/config/struct.ConfigOptions.html) for a complete list of available configuration options.
78
+
The `datafusion` field accepts a map of configuration key-value pairs where
79
+
both keys and values are strings. You can reference the [DataFusion configuration documentation](https://datafusion.apache.org/user-guide/configs.html)
80
+
for a complete list of available configuration options.
0 commit comments