Skip to content

Commit 68e26f1

Browse files
authored
migrate logical_plan tests to insta (#16184)
* migrate `logical_plan` tests to insta * fix assert error * fix according to review * strip backtrace from internal error * format * format * fix `format("outer_query")` * fix `Internal` error
1 parent db0ab74 commit 68e26f1

File tree

5 files changed

+282
-254
lines changed

5 files changed

+282
-254
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion/expr/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@ sqlparser = { workspace = true }
5858
[dev-dependencies]
5959
ctor = { workspace = true }
6060
env_logger = { workspace = true }
61+
insta = { workspace = true }

0 commit comments

Comments
 (0)