Github user sansanichfb commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1249#discussion_r119723516
--- Diff:
pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/StatsAccessor.java ---
@@ -29,11 +29,13 @@
/**
* Method which reads needed statistics for current split
+ * @throws Exception if retrieving the stats failed
*/
public void retrieveStats() throws Exception;
/**
* Returns next tuple based on statistics information without actual
reading of data
+ * @return only one row
--- End diff --
@return next row without reading it from disk
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---