umehrot2 commented on issue #2255: URL: https://github.com/apache/hudi/issues/2255#issuecomment-745557336
@WTa-hash @nsivabalan As you already seem to know that Athena right now only has support for read optimized queries https://docs.aws.amazon.com/athena/latest/ug/querying-hudi.html and also just FYI it is still on an older version of Hudi i.e. 0.5.2. Until Athena adds that support, the only suggested way to have the compaction triggered before running the query if you care for the latest snapshot. Setting `hoodie.compact.inline.max.delta.commits=1` is probably the way to go about it. I will try reaching out to Athena team again to kind of push for this feature. Meanwhile, it would help if @WTa-hash as a customer also submits a support ticket requesting this feature with EMR team. ---------------------------------------------------------------- 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]
