fujianhua168 opened a new issue, #8754:
URL: https://github.com/apache/hudi/issues/8754
**Describe the problem you faced**
When I used Presto 0.417 (the latest version) to execute SQL statements
to query the rows number of the Hudi Mor table, I found a strange phenomenon:
sometimes the data rows number is 300w+, and sometimes it becomes 200w+ ,which
is abnormal. Please refer to the screenshot below for details.

I guess it's due to the Hudi MOR table being unable to read the Log
file during the Comparison phase,and I also noticed that Trino mentioned this
issue, Below is the corresponding url :
https://github.com/trinodb/trino/pull/14786 and
https://github.com/trinodb/trino/pull/14786/commits/c16a82407be6870c3e25c83a202f654e8f8f4d01
.

**To Reproduce**
Steps to reproduce the behavior:
1.
2.
3.
4.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Environment Description**
* Hudi version : 0.13.0+
* Spark version :3.2.1
* Hive version :3.1.0
* Hadoop version :3.1.1
* Storage (HDFS/S3/GCS..) :
* Running on Docker? (yes/no) :
**Additional context**
Add any other context about the problem here.
**Stacktrace**
```Add the stacktrace of the error.```
--
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]