[GitHub] carbondata pull request #2290: [CARBONDATA-2389] Search mode support lucene ...

classic Classic list List threaded Threaded
113 messages Options
1 ... 3456
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #2290: [CARBONDATA-2389] Search mode support lucene ...

qiuchenjian-2
Github user xubo245 commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2290#discussion_r191450259
 
    --- Diff: core/src/main/java/org/apache/carbondata/core/readcommitter/LatestFilesReadCommittedScope.java ---
    @@ -42,10 +39,27 @@
     public class LatestFilesReadCommittedScope implements ReadCommittedScope {
     
       private String carbonFilePath;
    +  private String segmentId;
       private ReadCommittedIndexFileSnapShot readCommittedIndexFileSnapShot;
       private LoadMetadataDetails[] loadMetadataDetails;
     
    -  public LatestFilesReadCommittedScope(String path)  {
    +  /**
    +   * a new constructor of this class, which supports obtain lucene index in search mode
    --- End diff --
   
    ok, remove it


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

[GitHub] carbondata pull request #2290: [CARBONDATA-2389] Search mode support lucene ...

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

    https://github.com/apache/carbondata/pull/2290#discussion_r191451235
 
    --- Diff: core/src/main/java/org/apache/carbondata/core/readcommitter/LatestFilesReadCommittedScope.java ---
    @@ -42,10 +39,27 @@
     public class LatestFilesReadCommittedScope implements ReadCommittedScope {
     
       private String carbonFilePath;
    +  private String segmentId;
       private ReadCommittedIndexFileSnapShot readCommittedIndexFileSnapShot;
       private LoadMetadataDetails[] loadMetadataDetails;
     
    -  public LatestFilesReadCommittedScope(String path)  {
    +  /**
    +   * a new constructor of this class, which supports obtain lucene index in search mode
    +   *
    +   * @param path      carbon file path
    +   * @param segmentId segment id
    +   */
    +  public LatestFilesReadCommittedScope(String path, String segmentId) {
    +    this.carbonFilePath = path;
    --- End diff --
   
    ok, done.
    segmentId can be null.


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

[GitHub] carbondata issue #2290: [CARBONDATA-2389] Search mode support lucene datamap

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

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



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

[GitHub] carbondata issue #2290: [CARBONDATA-2389] Search mode support lucene datamap

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

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


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

[GitHub] carbondata issue #2290: [CARBONDATA-2389] Search mode support lucene datamap

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

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



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

[GitHub] carbondata issue #2290: [CARBONDATA-2389] Search mode support lucene datamap

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

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



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

[GitHub] carbondata issue #2290: [CARBONDATA-2389] Search mode support lucene datamap

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

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



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

[GitHub] carbondata issue #2290: [CARBONDATA-2389] Search mode support lucene datamap

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

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


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

[GitHub] carbondata issue #2290: [CARBONDATA-2389] Search mode support lucene datamap

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

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



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

[GitHub] carbondata issue #2290: [CARBONDATA-2389] Search mode support lucene datamap

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

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



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

[GitHub] carbondata issue #2290: [CARBONDATA-2389] Search mode support lucene datamap

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

    https://github.com/apache/carbondata/pull/2290
 
    @jackylk  CI pass


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

[GitHub] carbondata issue #2290: [CARBONDATA-2389] Search mode support lucene datamap

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

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


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

[GitHub] carbondata pull request #2290: [CARBONDATA-2389] Search mode support lucene ...

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

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


---
1 ... 3456