We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b40c53 commit df4b243Copy full SHA for df4b243
1 file changed
docs/source/library-user-guide/upgrading/54.0.0.md
@@ -751,7 +751,7 @@ SET datafusion.runtime.file_statistics_cache_limit = '0'
751
752
Use the file statistics cache provided by the `CacheManager` when initializing a new `ListingTable`:
753
754
-```rust,ignore
+````rust,ignore
755
ListingTable::try_new(config)?
756
.with_cache(ctx.runtime_env().cache_manager.get_file_statistic_cache())
757
[#21075]: https://github.com/apache/datafusion/pull/21075
@@ -771,7 +771,7 @@ SELECT * FROM t WHERE a = 2
771
772
-- After: one scan
773
SELECT DISTINCT * FROM t WHERE a = 1 OR a = 2
774
-```
+````
775
776
**Who is affected:**
777
0 commit comments