Skip to content

Commit 7ca58a1

Browse files
authored
Datafusion 52 upgrade (#5863)
This PR uses the current tip of DataFusion to test the upcoming upgrade. It drops the use of the `SchemaAdapter` API, removes the vendored code we pulled to fix some bugs and currently passes all of our tests! This PR requires at least one more round of polish, I'm sure I left some convoluted things in `opener.rs`. ~Waiting for the upstream release apache/datafusion#18566 --------- Signed-off-by: Adam Gutglick <[email protected]>
1 parent 65e7263 commit 7ca58a1

File tree

13 files changed

+947
-1175
lines changed

13 files changed

+947
-1175
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,3 +224,6 @@ compile_commands.json
224224
# cargo sweep output
225225
sweep.timestamp
226226

227+
# Pending cargo-insta snapshots
228+
*.pending-snap
229+

0 commit comments

Comments
 (0)