Skip to content

Commit 9d17c1c

Browse files
committed
fix test
Signed-off-by: jayzhan211 <[email protected]>
1 parent 5ddaddb commit 9d17c1c

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
@@ -1389,7 +1389,7 @@ async fn unnest_with_redundant_columns() -> Result<()> {
13891389
let expected = vec![
13901390
"Projection: shapes.shape_id [shape_id:UInt32]",
13911391
" Unnest: lists[shape_id2] structs[] [shape_id:UInt32, shape_id2:UInt32;N]",
1392-
" Aggregate: groupBy=[[shapes.shape_id]], aggr=[[ARRAY_AGG(shapes.shape_id) AS shape_id2]] [shape_id:UInt32, shape_id2:List(Field { name: \"item\", data_type: UInt32, nullable: false, dict_id: 0, dict_is_ordered: false, metadata: {} });N]",
1392+
" Aggregate: groupBy=[[shapes.shape_id]], aggr=[[ARRAY_AGG(shapes.shape_id) AS shape_id2]] [shape_id:UInt32, shape_id2:List(Field { name: \"item\", data_type: UInt32, nullable: true, dict_id: 0, dict_is_ordered: false, metadata: {} });N]",
13931393
" TableScan: shapes projection=[shape_id] [shape_id:UInt32]",
13941394
];
13951395

0 commit comments

Comments
 (0)