Skip to content

Commit df4b243

Browse files
committed
Prettier
1 parent 5b40c53 commit df4b243

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • docs/source/library-user-guide/upgrading

docs/source/library-user-guide/upgrading/54.0.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ SET datafusion.runtime.file_statistics_cache_limit = '0'
751751

752752
Use the file statistics cache provided by the `CacheManager` when initializing a new `ListingTable`:
753753

754-
```rust,ignore
754+
````rust,ignore
755755
ListingTable::try_new(config)?
756756
.with_cache(ctx.runtime_env().cache_manager.get_file_statistic_cache())
757757
[#21075]: https://github.com/apache/datafusion/pull/21075
@@ -771,7 +771,7 @@ SELECT * FROM t WHERE a = 2
771771
772772
-- After: one scan
773773
SELECT DISTINCT * FROM t WHERE a = 1 OR a = 2
774-
```
774+
````
775775

776776
**Who is affected:**
777777

0 commit comments

Comments
 (0)