You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/10/27 04:47:05 UTC

[GitHub] [hudi] BalaMahesh edited a comment on issue #2203: [SUPPORT] Hive query on HUDI table with partition column in where condition returning no results

BalaMahesh edited a comment 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
   
   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:
users@infra.apache.org