We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677a000 commit 46a47a9Copy full SHA for 46a47a9
docs/source/library-user-guide/upgrading.md
@@ -25,14 +25,14 @@
25
26
You can see the current [status of the `51.0.0 `release here](https://github.com/apache/datafusion/issues/17558)
27
28
-## DataFusion `50.0.0`
29
-
30
### `MSRV` updated to 1.87.0
31
32
The Minimum Supported Rust Version (MSRV) has been updated to [`1.87.0`].
33
34
[`1.87.0`]: https://releases.rs/docs/1.87.0/
35
+## DataFusion `50.0.0`
+
36
### ListingTable automatically detects Hive Partitioned tables
37
38
DataFusion 50.0.0 automatically infers Hive partitions when using the `ListingTableFactory` and `CREATE EXTERNAL TABLE`. Previously,
0 commit comments