BalaMahesh commented on issue #2203:
URL: https://github.com/apache/hudi/issues/2203#issuecomment-716977933


   @bvaradar : Yes the query is in that form 
   
   select distinct(_hoodie_partition_path) from _ro : 
   Result : 
   dt=2020-03-13
   dt=2020-03-14
   dt=2020-03-15
   dt=2020-03-16
   dt=2020-03-17
   dt=2020-03-18
   dt=2020-03-19
   dt=2020-03-20
   dt=2020-03-21
   dt=2020-03-22
   dt=2020-03-23
   dt=2020-03-24
   dt=2020-03-26
   dt=2020-03-27
   dt=2020-04-01
   dt=2020-04-04
   dt=2020-04-09
   dt=2020-04-10
   dt=2020-04-11
   dt=2020-04-13
   dt=2020-04-20
   dt=2020-04-25
   dt=2020-04-27
   dt=2020-05-03
   dt=2020-05-04
   dt=2020-05-16
   dt=2020-05-17
   dt=2020-05-18
   dt=2020-05-19
   dt=2020-05-21
   dt=2020-05-22
   dt=2020-05-23
   dt=2020-05-25
   dt=2020-05-26
   dt=2020-05-27
   dt=2020-05-28
   dt=2020-05-29
   dt=2020-05-30
   dt=2020-05-31
   dt=2020-06-01
   dt=2020-06-02
   dt=2020-06-03
   dt=2020-06-04
   
   Show partitions : 
   
   result : 
   dt=2020-03-13
   dt=2020-03-14
   dt=2020-03-15
   dt=2020-03-16
   dt=2020-03-17
   dt=2020-03-18
   dt=2020-03-19
   dt=2020-03-20
   dt=2020-03-21
   dt=2020-03-22
   dt=2020-03-23
   dt=2020-03-24
   dt=2020-03-26
   dt=2020-03-27
   dt=2020-04-01
   dt=2020-04-04
   dt=2020-04-09
   dt=2020-04-10
   dt=2020-04-11
   dt=2020-04-13
   dt=2020-04-20
   dt=2020-04-25
   dt=2020-04-27
   dt=2020-05-03
   dt=2020-05-04
   dt=2020-05-16
   dt=2020-05-17
   dt=2020-05-18
   dt=2020-05-19
   dt=2020-05-21
   dt=2020-05-22
   dt=2020-05-23
   dt=2020-05-25
   dt=2020-05-26
   dt=2020-05-27
   dt=2020-05-28
   dt=2020-05-29
   dt=2020-05-30
   dt=2020-05-31
   dt=2020-06-01
   dt=2020-06-02
   dt=2020-06-03
   dt=2020-06-04
   dt=2020-06-05
   dt=2020-06-06
   dt=2020-06-07
   dt=2020-06-08
   dt=2020-06-09
   dt=2020-06-10
   dt=2020-06-11
   dt=2020-06-12
   dt=2020-06-13
   dt=2020-06-14
   
   From the results I can see that there is consistency .
   


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