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
Docs: Update the crate configuration / build settings page (apache#17038)
* Docs: Update the crate configuration / build settings page
* Update docs/source/user-guide/crate-configuration.md
Co-authored-by: Oleks V <[email protected]>
---------
Co-authored-by: Oleks V <[email protected]>
Copy file name to clipboardExpand all lines: docs/source/user-guide/crate-configuration.md
+54-24Lines changed: 54 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,18 +19,19 @@
19
19
20
20
# Crate Configuration
21
21
22
-
This section contains information on how to configure DataFusion in your Rust
23
-
project. See the [Configuration Settings] section for a list of options that
24
-
control DataFusion's behavior.
22
+
This section contains information on how to configure builds of DataFusion in
23
+
your Rust project. The [Configuration Settings] section lists options that
24
+
control additional aspects DataFusion's runtime behavior.
25
25
26
26
[configuration settings]: configs.md
27
27
28
-
## Add latest non published DataFusion dependency
28
+
## Using the nightly DataFusion builds
29
29
30
30
DataFusion changes are published to `crates.io` according to the [release schedule](https://github.com/apache/datafusion/blob/main/dev/release/README.md#release-process)
31
31
32
-
If you would like to test out DataFusion changes which are merged but not yet
33
-
published, Cargo supports adding dependency directly to GitHub branch:
32
+
If you would like to use or test versions of the DataFusion code which are
33
+
merged but not yet published, you can use Cargo's [support for adding
0 commit comments