[ 
https://issues.apache.org/jira/browse/HAWQ-44?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15007610#comment-15007610
 ] 

ASF GitHub Bot commented on HAWQ-44:
------------------------------------

Github user hornn commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq/pull/92#discussion_r45000332
  
    --- Diff: 
pxf/pxf-hdfs/src/main/java/org/apache/hawq/pxf/plugins/hdfs/HdfsDataFragmenter.java
 ---
    @@ -43,19 +46,11 @@ public HdfsDataFragmenter(InputData md) {
         @Override
         public List<Fragment> getFragments() throws Exception {
             String absoluteDataPath = 
HdfsUtilities.absoluteDataPath(inputData.getDataSource());
    -        InputSplit[] splits = getSplits(new Path(absoluteDataPath));
    +        ArrayList<InputSplit> splits = getSplits(new 
Path(absoluteDataPath));
    --- End diff --
    
    Done. Thanks


> Advanced statistics for PXF tables
> ----------------------------------
>
>                 Key: HAWQ-44
>                 URL: https://issues.apache.org/jira/browse/HAWQ-44
>             Project: Apache HAWQ
>          Issue Type: New Feature
>          Components: PXF
>            Reporter: Noa Horn
>            Assignee: Noa Horn
>              Labels: Performance
>
> PXF will get full statistics on a table using sampling.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to