Skip to content

Commit

Permalink
update q tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kasakrisz committed Oct 17, 2024
1 parent 843c216 commit daeda75
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 24 deletions.
8 changes: 0 additions & 8 deletions ql/src/test/queries/clientnegative/qualify_no_cbo_2.q

This file was deleted.

9 changes: 0 additions & 9 deletions ql/src/test/results/clientnegative/qualify_no_cbo_2.q.out

This file was deleted.

14 changes: 7 additions & 7 deletions ql/src/test/results/clientpositive/llap/semijoin_hint.q.out
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ STAGE PLANS:
key expressions: value (type: string)
null sort order: z
sort order: +
Map-reduce partition columns: value (type: string)
Map-reduce partition columns: str (type: string)
Statistics: Num rows: 2000 Data size: 356000 Basic stats: COMPLETE Column stats: COMPLETE
value expressions: str (type: string)
Execution mode: vectorized, llap
Expand Down Expand Up @@ -535,14 +535,14 @@ STAGE PLANS:
keys:
0 cstring (type: string)
1 value (type: string)
outputColumnNames: str
Statistics: Num rows: 3068 Data size: 266916 Basic stats: COMPLETE Column stats: COMPLETE
outputColumnNames: cstring, str
Statistics: Num rows: 3068 Data size: 336852 Basic stats: COMPLETE Column stats: COMPLETE
Reduce Output Operator
key expressions: str (type: string)
null sort order: z
sort order: +
Map-reduce partition columns: str (type: string)
Statistics: Num rows: 3068 Data size: 266916 Basic stats: COMPLETE Column stats: COMPLETE
Map-reduce partition columns: cstring (type: string)
Statistics: Num rows: 3068 Data size: 336852 Basic stats: COMPLETE Column stats: COMPLETE
Select Operator
expressions: str (type: string)
outputColumnNames: str
Expand All @@ -567,9 +567,9 @@ STAGE PLANS:
keys:
0 str (type: string)
1 key1 (type: string)
Statistics: Num rows: 3374 Data size: 293607 Basic stats: PARTIAL Column stats: NONE
Statistics: Num rows: 3374 Data size: 370537 Basic stats: PARTIAL Column stats: NONE
Select Operator
Statistics: Num rows: 3374 Data size: 293607 Basic stats: PARTIAL Column stats: NONE
Statistics: Num rows: 3374 Data size: 370537 Basic stats: PARTIAL Column stats: NONE
Group By Operator
aggregations: count()
minReductionHashAggr: 0.99
Expand Down

0 comments on commit daeda75

Please sign in to comment.