Skip to content

Commit

Permalink
changed to on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpatrick57 committed Feb 11, 2024
1 parent 218728b commit 53f8586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: tests

on:
push
pull_request

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions optd-datafusion-bridge/src/into_optd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ impl OptdPlanContext<'_> {
DFJoinType::RightSemi => JoinType::RightSemi,
};
let mut log_ops = Vec::with_capacity(node.on.len());
let a = 5;
for (left, right) in &node.on {
let left = self.conv_into_optd_expr(left, node.left.schema())?;
let right = self.conv_into_optd_expr(right, node.right.schema())?;
Expand Down

0 comments on commit 53f8586

Please sign in to comment.