okumin commented on PR #5556: URL: https://github.com/apache/hive/pull/5556#issuecomment-2517114991
I guess it is just because of the logic computing width. I think it doesn't assume the case of overflow. https://github.com/apache/hive/blob/rel/release-4.0.1/ql/src/java/org/apache/hadoop/hive/ql/plan/Statistics.java#L179 Anyway, in our integration tests, we will see the real values of both # of rows and the raw data size. ``` Statistics: Num rows: 18446744073709550 Data size: -8773271517492755968 ``` -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org