Skip to content

Commit 7958154

Browse files
committed
docs: refine avro upgrade note wording
1 parent d7f1d31 commit 7958154

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
@@ -126,8 +126,8 @@ stats.column_statistics[0].min_value = ...;
126126

127127
### Avro API and timestamp decoding changes
128128

129-
DataFusion has switched to use `arrow-avro` (see [#17861]) when reading Avro
130-
files which results in a few changes:
129+
DataFusion has switched to use `arrow-avro` (see [#17861]) when reading avro files
130+
which results in a few changes:
131131

132132
- `DataFusionError::AvroError` has been removed.
133133
- `From<apache_avro::Error> for DataFusionError` has been removed.

0 commit comments

Comments
 (0)