Skip to content

Commit

Permalink
Revert runtime/op/join/ztests/kinds.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nwt committed Sep 28, 2023
1 parent 72eb56a commit 57116e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions runtime/op/join/ztests/kinds.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
script: |
echo === ANTI ===
zq -z 'anti join (file B.zson) on a=b' A.zson
zq -z 'anti join (file B.zson) on a=b | sort a' A.zson
echo === LEFT ===
zq -z 'left join (file B.zson) on a=b hit:=sb' A.zson
zq -z 'left join (file B.zson) on a=b hit:=sb | sort a' A.zson
echo === INNER ===
zq -z 'inner join (file B.zson) on a=b hit:=sb' A.zson
zq -z 'inner join (file B.zson) on a=b hit:=sb | sort a' A.zson
echo === RIGHT ===
zq -z 'right join (file C.zson) on b=c hit:=sb' B.zson
zq -z 'right join (file C.zson) on b=c hit:=sb | sort c' B.zson
inputs:
- name: A.zson
Expand Down

0 comments on commit 57116e9

Please sign in to comment.