stackfun edited a comment on issue #1860:
URL: https://github.com/apache/hudi/issues/1860#issuecomment-662658795


   @bvaradar Thanks for your quick response. I ran the same test but running 
the hive query first, then the spark query and I'm still seeing similar 
results. 
   
   ```
   Hive Query:
   +--------+
   |count(1)|
   +--------+
   |    3410|
   +--------+
   
   Spark Query:
   +--------+
   |count(1)|
   +--------+
   |    3410|
   +--------+
   
   Hive Query:
   +--------+
   |count(1)|
   +--------+
   |    3410|
   +--------+
   
   Spark Query:
   +--------+
   |count(1)|
   +--------+
   |       0|
   +--------+
   
   Hive Query:
   +--------+
   |count(1)|
   +--------+
   |    3420|
   +--------+
   
   Spark Query:
   +--------+
   |count(1)|
   +--------+
   |    3420|
   +--------+
   ```


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to