Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzl25 committed Mar 10, 2023
1 parent c0d9585 commit bd0fc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream/src/from_proto/temporal_join.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ impl ExecutorBuilder for TemporalJoinExecutorBuilder {
let order_types = table_desc
.pk
.iter()
.map(|desc| OrderType::from_protobuf(&desc.get_order_type().unwrap().direction()))
.map(|desc| OrderType::from_protobuf(desc.get_order_type().unwrap()))
.collect_vec();

let column_descs = table_desc
Expand Down

0 comments on commit bd0fc0f

Please sign in to comment.