john-bodley opened a new pull request #6357: [hive] Fixing where latest partition logic URL: https://github.com/apache/incubator-superset/pull/6357 This PR fixes an issue with filtering the latest partition for Hive. PyHive returns a list of dictionaries for [get_columns](https://github.com/dropbox/PyHive/blob/65076bbc8697a423b438dc03e928a6dff86fd2cb/pyhive/sqlalchemy_hive.py#L323) rather than SQLAlchemy objects. Note this is the same logic as Presto per https://github.com/apache/incubator-superset/pull/6051. to: @graceguo-supercat @michellethomas @mistercrunch @timifasubaa
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
