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 2021/02/17 04:44:33 UTC

[GitHub] [hudi] umehrot2 commented on pull request #2283: [HUDI-1415] Incorrect query result for hudi hive table when using spa…

umehrot2 commented on pull request #2283:
URL: https://github.com/apache/hudi/pull/2283#issuecomment-780294623


   I do understand that these properties should be synced because it will make the spark sql queries go through the Data source instead of input format right ? So after this change spark sql will not go through the input format right but instead go through the datasource implementation ? This is needed either ways, but just want to confirm my understanding. @nsivabalan @vinothchandar 
   
   But "incorrect results" thing is not correct because Hudi requires you to use the convert metastore property to false when querying via spark sql. And if you set it to true (default) you need to use the path filter.


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