Skip to content

Commit 9c0a190

Browse files
committed
Disable ident normalization
1 parent ea0aa1a commit 9c0a190

File tree

9 files changed

+1021
-585
lines changed

9 files changed

+1021
-585
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88
### Changed
9-
- Updated Rust toolchain and minor dependencies
9+
- Breaking: Using DataFusion's [`enable_ident_normalization = false`](https://datafusion.apache.org/user-guide/configs.html) setting to work with upper case identifiers without needing to put quotes everywhere
10+
- Updated Rust toolchain
11+
- Updated to `datafusion v41`
12+
### Added
13+
- Exposed JSON extensions from [`datafusion-functions-json`](https://github.com/datafusion-contrib/datafusion-functions-json) library
1014

1115
## [0.7.2] - 2024-02-08
1216
### Added

0 commit comments

Comments
 (0)