Skip to content

Commit 54cfeab

Browse files
committed
Update another snapshot test
1 parent b14a588 commit 54cfeab

File tree

1 file changed

+1
-1
lines changed
  • datafusion/core/tests/dataframe

1 file changed

+1
-1
lines changed

datafusion/core/tests/dataframe/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4699,7 +4699,7 @@ async fn unnest_with_redundant_columns() -> Result<()> {
46994699
@r"
47004700
Projection: shapes.shape_id [shape_id:UInt32]
47014701
Unnest: lists[shape_id2|depth=1] structs[] [shape_id:UInt32, shape_id2:UInt32;N]
4702-
Aggregate: groupBy=[[shapes.shape_id]], aggr=[[array_agg(shapes.shape_id) AS shape_id2]] [shape_id:UInt32, shape_id2:List(Field { data_type: UInt32, nullable: true });N]
4702+
Aggregate: groupBy=[[shapes.shape_id]], aggr=[[array_agg(shapes.shape_id) AS shape_id2]] [shape_id:UInt32, shape_id2:List(UInt32);N]
47034703
TableScan: shapes projection=[shape_id] [shape_id:UInt32]
47044704
"
47054705
);

0 commit comments

Comments
 (0)