kasakrisz commented on code in PR #3588:
URL: https://github.com/apache/hive/pull/3588#discussion_r985692371
##########
ql/src/test/results/clientpositive/llap/ppd_udf_col.q.out:
##########
@@ -80,22 +80,9 @@ STAGE DEPENDENCIES:
STAGE PLANS:
Stage: Stage-0
Fetch Operator
- limit: -1
+ limit: 0
Processor Tree:
- TableScan
- alias: src
- filterExpr: (UDFToDouble(key) = 100.0D) (type: boolean)
- Filter Operator
- predicate: (UDFToDouble(key) = 100.0D) (type: boolean)
- Limit
- Number of rows: 0
- Select Operator
- expressions: key (type: string)
- outputColumnNames: _col0
- Select Operator
- expressions: _col0 (type: string), rand() (type: double),
'4' (type: string)
- outputColumnNames: _col0, _col1, _col2
- ListSink
+ ListSink
Review Comment:
The original empty plan has a TS on the `dummy_table` but this is converted
to a Fetch task.
```
STAGE PLANS:
Stage: Stage-0
Fetch Operator
limit: 0
Processor Tree:
ListSink
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]