Skip to content

Commit b7165be

Browse files
committed
py: add multi join tests for AS-Of Joins
Signed-off-by: rivudhk <rivudhkr@gmail.com>
1 parent 727fc0f commit b7165be

File tree

3 files changed

+1048
-0
lines changed

3 files changed

+1048
-0
lines changed

python/tests/runtime_aggtest/asof_tests/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from tests.runtime_aggtest.atest_run import run # noqa: F403
55
from test_asof_tbl import * # noqa: F403
66
from test_asof import * # noqa: F403
7+
from test_asof_multijoins import * # noqa: F403
78

89

910
def main():

0 commit comments

Comments
 (0)