Skip to content

Commit 4ed3fe5

Browse files
committed
update datafusion config doc
1 parent f066db0 commit 4ed3fe5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/config/config-file.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ datafusion:
7575
"sql_parser.enable_ident_normalization": "true"
7676
```
7777

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

8082
## Specify a config file on startup
8183

0 commit comments

Comments
 (0)