[GitHub] carbondata pull request #2399: [CARBONDATA-2629] SDK carbon reader support f...

classic Classic list List threaded Threaded
30 messages Options
12
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2399: [CARBONDATA-2629] Support SDK carbon reader read dat...

qiuchenjian-2
Github user xubo245 commented on the issue:

    https://github.com/apache/carbondata/pull/2399
 
    retest this please


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2399: [CARBONDATA-2629] Support SDK carbon reader read dat...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2399
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/6669/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2399: [CARBONDATA-2629] Support SDK carbon reader read dat...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user xubo245 commented on the issue:

    https://github.com/apache/carbondata/pull/2399
 
    retest this please


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2399: [CARBONDATA-2629] Support SDK carbon reader read dat...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2399
 
    Build Success with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/5496/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2399: [CARBONDATA-2629] Support SDK carbon reader read dat...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2399
 
    Build Success with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/5499/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2399: [CARBONDATA-2629] Support SDK carbon reader read dat...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2399
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/6672/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2399: [CARBONDATA-2629] Support SDK carbon reader read dat...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user xubo245 commented on the issue:

    https://github.com/apache/carbondata/pull/2399
 
    @KanakaKumar CI pass, please check again.


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #2399: [CARBONDATA-2629] Support SDK carbon reader r...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user jackylk commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2399#discussion_r199315517
 
    --- Diff: examples/spark2/src/main/java/org/apache/carbondata/examples/sdk/SDKS3Example.java ---
    @@ -60,13 +63,19 @@ public static void main(String[] args) throws Exception {
             }
             writer.close();
             // Read data
    +
    +        EqualToExpression equalToExpression = new EqualToExpression(
    --- End diff --
   
    Yes, I am also worried about this exposure, I think it is better to create a simple DSL for user to pass the filter expression. For example:
    ```
    c1 > 3
    c1 < 1 and c2 = 'apple'
    c1 in (3,4,5)
    c1 like ab*
    ```


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #2399: [CARBONDATA-2629] Support SDK carbon reader read dat...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user jackylk commented on the issue:

    https://github.com/apache/carbondata/pull/2399
 
    LGTM


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #2399: [CARBONDATA-2629] Support SDK carbon reader r...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user asfgit closed the pull request at:

    https://github.com/apache/carbondata/pull/2399


---
12