difin commented on code in PR #5218:
URL: https://github.com/apache/hive/pull/5218#discussion_r1589376344
##########
ql/src/test/results/clientpositive/llap/materialized_view_create_rewrite_10.q.out:
##########
@@ -79,17 +79,17 @@ STAGE PLANS:
TableScan
alias: t1
filterExpr: (b = 1) (type: boolean)
- Statistics: Num rows: 69 Data size: 13710 Basic stats:
COMPLETE Column stats: NONE
+ Statistics: Num rows: 70 Data size: #Masked# Basic stats:
COMPLETE Column stats: NONE
Review Comment:
The "Num rows" is a calculated estimate by dividing data size by average row
size.
Previously data size was 13,710 and now it is 13,720.
Average row size = 196
Before Orc upgrade it was: 13,710 / 196 = 69.??? - hence the value of "Num
rows" was 69.
Now: 13720 / 196 = 70
So basically the reason for num rows change is that Data size value
increased.
--
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]