zeroflag opened a new pull request #2375: URL: https://github.com/apache/hive/pull/2375
GlobalLimitOptimizer doesn't work well with non native tables. The table directory is always empty since the data is not managed by hive (but hbase in this case). The optimizer scans the directory and sets the file list to an empty list. In the end the select + limit returns no rows. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
