Skip to content

Commit cc63020

Browse files
adriangbalamb
andcommitted
Make SessionContext::register_parquet obey collect_statistics config (apache#16080)
* fix * add a test * fmt * add to upgrade guide * fix tests * fix test * fix test * fix ci * Fix example in upgrade guide (#29) --------- Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
1 parent 33a32d4 commit cc63020

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
## DataFusion `48.0.0`
2323

24-
### The `VARCHAR` SQL type is now represented as `Utf8View` in Arrow.
24+
\### The `VARCHAR` SQL type is now represented as `Utf8View` in Arrow.
2525

2626
The mapping of the SQL `VARCHAR` type has been changed from `Utf8` to `Utf8View`
2727
which improves performance for many string operations. You can read more about
@@ -86,6 +86,9 @@ ListingOptions::new(Arc::new(ParquetFormat::default()))
8686
```
8787

8888
### Processing `FieldRef` instead of `DataType` for user defined functions
89+
=======
90+
### Processing `Field` instead of `DataType` for user defined functions
91+
>>>>>>> 6cf74d64e (Make `SessionContext::register_parquet` obey `collect_statistics` config (#16080))
8992
9093
In order to support metadata handling and extension types, user defined functions are
9194
now switching to traits which use `FieldRef` rather than a `DataType` and nullability.

0 commit comments

Comments
 (0)