rubenssoto edited a comment on issue #2509:
URL: https://github.com/apache/hudi/issues/2509#issuecomment-816812025


   Hello Guys,
   
   @satishkotha  @nsivabalan
   
   Athena Behavior changes,
   
   <img width="1677" alt="Captura de Tela 2021-04-08 às 22 55 24" 
src="https://user-images.githubusercontent.com/36298331/114213658-a841c400-9939-11eb-9fc9-a2e51761908e.png";>
   <img width="1254" alt="Captura de Tela 2021-04-08 às 22 58 09" 
src="https://user-images.githubusercontent.com/36298331/114213672-ad067800-9939-11eb-872d-fe264f97fcde.png";>
   
   
   This is a great news, but BETWEEN operator doesn't work.
   
   For exemple, this query works:
   select count(1) FROM "order" WHERE created_date >= cast('2021-04-07 
03:00:00.000' as timestamp)
   
   and this query doens't work:
   select count(1) FROM "order" WHERE created_date between cast('2021-04-09 
14:00:00.000' as timestamp) and cast('2021-04-09 15:00:00.000' as timestamp)


-- 
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:
us...@infra.apache.org


Reply via email to