We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7d83a commit e4b4b3dCopy full SHA for e4b4b3d
datafusion/substrait/tests/cases/logical_plans.rs
@@ -48,7 +48,7 @@ mod tests {
48
49
assert_eq!(
50
format!("{:?}", plan),
51
- "Projection: NOT DATA.a\
+ "Projection: NOT DATA.a AS EXPR$0\
52
\n TableScan: DATA projection=[a, b, c, d, e, f]"
53
);
54
Ok(())
0 commit comments