Skip to content

Commit

Permalink
Fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepesh125 committed Aug 10, 2024
1 parent 45d0d87 commit 48db4db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/JDBC/expected/parallel_query/pgr_select.out
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,8 @@ select * from master_dbo.onek, (values(147, 'RFAAAA'), (931, 'VJAAAA')) as v (i,
GO
~~START~~
int4#!#int4#!#int4#!#int4#!#int4#!#int4#!#int4#!#int4#!#int4#!#int4#!#int4#!#int4#!#int4#!#name#!#name#!#name#!#int4#!#text
147#!#0#!#1#!#3#!#7#!#7#!#7#!#47#!#147#!#147#!#147#!#14#!#15#!#RFAAAA#!#AAAAAA#!#AAAAxx#!#147#!#RFAAAA
931#!#1#!#1#!#3#!#1#!#11#!#1#!#31#!#131#!#431#!#931#!#2#!#3#!#VJAAAA#!#BAAAAA#!#HHHHxx#!#931#!#VJAAAA
~~END~~

-- a more complex case
Expand Down
2 changes: 2 additions & 0 deletions test/JDBC/expected/pgr_select.out
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,8 @@ select * from master_dbo.onek, (values(147, 'RFAAAA'), (931, 'VJAAAA')) as v (i,
GO
~~START~~
int4#!#int4#!#int4#!#int4#!#int4#!#int4#!#int4#!#int4#!#int4#!#int4#!#int4#!#int4#!#int4#!#name#!#name#!#name#!#int4#!#text
147#!#0#!#1#!#3#!#7#!#7#!#7#!#47#!#147#!#147#!#147#!#14#!#15#!#RFAAAA#!#AAAAAA#!#AAAAxx#!#147#!#RFAAAA
931#!#1#!#1#!#3#!#1#!#11#!#1#!#31#!#131#!#431#!#931#!#2#!#3#!#VJAAAA#!#BAAAAA#!#HHHHxx#!#931#!#VJAAAA
~~END~~

-- a more complex case
Expand Down

0 comments on commit 48db4db

Please sign in to comment.