[GitHub] carbondata pull request #2127: [CARBONDATA-2301] CarbonStore interface and q...

classic Classic list List threaded Threaded
59 messages Options
123
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #2127: [CARBONDATA-2301] CarbonStore interface and q...

qiuchenjian-2
GitHub user jackylk opened a pull request:

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

    [CARBONDATA-2301] CarbonStore interface and query API

    User should be able to query carbondata using CarbonStore interface.
    1. Get API: It can be used for filter query. It accepts projection column names and filter expression, and returns matched rows.
    2. SQL API: it accepts SQL statement and return query result set.
   
    This PR is on top of #2099
   
     - [ ] Any interfaces changed?
     
     - [ ] Any backward compatibility impacted?
     
     - [ ] Document update required?
   
     - [ ] Testing done
            Please provide details on
            - Whether new unit test cases have been added or why no new tests are required?
            - How it is tested? Please attach test report.
            - Is it a performance related change? Please attach the performance test report.
            - Any additional information to help reviewers in testing this change.
           
     - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jackylk/incubator-carbondata carbonstore-query

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/carbondata/pull/2127.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2127
   
----
commit 0909d4b205962c6fd4a859eb7b55c7806ae5c370
Author: Jacky Li <jacky.likun@...>
Date:   2018-03-24T14:38:20Z

    support read schema

commit 67e150902e4c0ec75eb07225306eeecd14afbef1
Author: Jacky Li <jacky.likun@...>
Date:   2018-03-24T16:05:37Z

    fix style:

commit 062616e2ba2431d33cf0374306020e01b3f863d3
Author: Jacky Li <jacky.likun@...>
Date:   2018-03-24T16:06:20Z

    fix style

commit 25be162f51070791da4a35c7171fbb1df5cb1739
Author: Jacky Li <jacky.likun@...>
Date:   2018-04-01T08:30:22Z

    support CarbonStore API

----


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

[GitHub] carbondata issue #2127: [CARBONDATA-2301] CarbonStore interface and query AP...

qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2127
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/3483/



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

[GitHub] carbondata issue #2127: [CARBONDATA-2301] CarbonStore interface and query AP...

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

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



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

[GitHub] carbondata issue #2127: [CARBONDATA-2301] CarbonStore interface and query AP...

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

    https://github.com/apache/carbondata/pull/2127
 
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/4217/



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

[GitHub] carbondata issue #2127: [CARBONDATA-2301] CarbonStore interface and query AP...

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

    https://github.com/apache/carbondata/pull/2127
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/3485/



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

[GitHub] carbondata issue #2127: [CARBONDATA-2301] CarbonStore interface and query AP...

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

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



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

[GitHub] carbondata issue #2127: [CARBONDATA-2301] CarbonStore interface and query AP...

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

    https://github.com/apache/carbondata/pull/2127
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/3487/



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

[GitHub] carbondata issue #2127: [CARBONDATA-2301] CarbonStore interface and query AP...

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

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



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

[GitHub] carbondata issue #2127: [CARBONDATA-2301] CarbonStore interface and query AP...

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

    https://github.com/apache/carbondata/pull/2127
 
    SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/4219/



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

[GitHub] carbondata issue #2127: [CARBONDATA-2301] CarbonStore interface and query AP...

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

    https://github.com/apache/carbondata/pull/2127
 
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/4221/



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

[GitHub] carbondata issue #2127: [CARBONDATA-2301] CarbonStore interface and query AP...

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

    https://github.com/apache/carbondata/pull/2127
 
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/4230/



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

[GitHub] carbondata issue #2127: [CARBONDATA-2301] CarbonStore interface and query AP...

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

    https://github.com/apache/carbondata/pull/2127
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/3497/



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

[GitHub] carbondata issue #2127: [CARBONDATA-2301] CarbonStore interface and query AP...

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

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



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

[GitHub] carbondata issue #2127: [CARBONDATA-2301][SDK] CarbonStore interface and que...

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

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



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

[GitHub] carbondata issue #2127: [CARBONDATA-2301][SDK] CarbonStore interface and que...

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

    https://github.com/apache/carbondata/pull/2127
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/3502/



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

[GitHub] carbondata issue #2127: [CARBONDATA-2301][SDK] CarbonStore interface and two...

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

    https://github.com/apache/carbondata/pull/2127
 
    SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/4240/



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

[GitHub] carbondata issue #2127: [CARBONDATA-2301][SDK] CarbonStore interface and two...

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

    https://github.com/apache/carbondata/pull/2127
 
    Build Failed with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/3520/



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

[GitHub] carbondata issue #2127: [CARBONDATA-2301][SDK] CarbonStore interface and two...

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

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



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

[GitHub] carbondata issue #2127: [CARBONDATA-2301][SDK] CarbonStore interface and two...

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

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


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

[GitHub] carbondata issue #2127: [CARBONDATA-2301][SDK] CarbonStore interface and two...

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

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



---
123