[GitHub] carbondata pull request #2919: [CARBONDATA-3097] Support folder path in getV...

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

[GitHub] carbondata issue #2919: [CARBONDATA-3097] Support folder path in getVersionD...

qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/2919
 
    Build Failed  with Spark 2.3.2, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/10096/



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

[GitHub] carbondata issue #2919: [CARBONDATA-3097] Optimize getVersionDetails

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

    https://github.com/apache/carbondata/pull/2919
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/1840/



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

[GitHub] carbondata issue #2919: [CARBONDATA-3097] Optimize getVersionDetails

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

    https://github.com/apache/carbondata/pull/2919
 
    Build Success with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/2048/



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

[GitHub] carbondata issue #2919: [CARBONDATA-3097] Optimize getVersionDetails

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

    https://github.com/apache/carbondata/pull/2919
 
    Build Success with Spark 2.3.2, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/10097/



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

[GitHub] carbondata issue #2919: [CARBONDATA-3097] Optimize getVersionDetails

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

    https://github.com/apache/carbondata/pull/2919
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/1975/



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

[GitHub] carbondata pull request #2919: [CARBONDATA-3097] Optimize getVersionDetails

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/2919#discussion_r244102291
 
    --- Diff: store/sdk/src/main/java/org/apache/carbondata/sdk/file/CarbonSchemaReader.java ---
    @@ -241,12 +241,25 @@ private static Schema readSchemaFromIndexFile(String indexFilePath) throws IOExc
     
       /**
        * This method return the version details in formatted string by reading from carbondata file
    +   * default won't validate the version details between different carbondata files.
        *
    -   * @param dataFilePath
    -   * @return
    +   * @param path carbondata file path or folder path
    +   * @return string with information of who has written this file
    +   * in which carbondata project version
        * @throws IOException
        */
    -  public static String getVersionDetails(String dataFilePath) throws IOException {
    +  public static String getVersionDetails(String path) throws IOException {
    +    if (path.endsWith(INDEX_FILE_EXT)) {
    +      throw new RuntimeException("Can't get version details from carbonindex file.");
    --- End diff --
   
    IOException is from org.apache.carbondata.sdk.file.CarbonSchemaReader#getVersionDetailsFromDataFile,  which is from org.apache.carbondata.core.datastore.FileReader#readByteBuffer, It's better to keep API, don't change it. @KanakaKumar


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

[GitHub] carbondata issue #2919: [CARBONDATA-3097] Optimize getVersionDetails

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

    https://github.com/apache/carbondata/pull/2919
 
    @KanakaKumar Please check it again.


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

[GitHub] carbondata issue #2919: [CARBONDATA-3097] Optimize getVersionDetails

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

    https://github.com/apache/carbondata/pull/2919
 
    Build Success with Spark 2.3.2, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/10227/



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

[GitHub] carbondata issue #2919: [CARBONDATA-3097] Optimize getVersionDetails

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

    https://github.com/apache/carbondata/pull/2919
 
    Build Success with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/2248/



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

[GitHub] carbondata issue #2919: [CARBONDATA-3097] Optimize getVersionDetails

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

    https://github.com/apache/carbondata/pull/2919
 
    @KanakaKumar Please check it again.


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

[GitHub] carbondata issue #2919: [CARBONDATA-3097] Optimize getVersionDetails

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

    https://github.com/apache/carbondata/pull/2919
 
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/2181/



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

[GitHub] carbondata issue #2919: [CARBONDATA-3097] Optimize getVersionDetails

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

    https://github.com/apache/carbondata/pull/2919
 
    Build Success with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/2396/



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

[GitHub] carbondata issue #2919: [CARBONDATA-3097] Optimize getVersionDetails

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

    https://github.com/apache/carbondata/pull/2919
 
    Build Success with Spark 2.3.2, Please check CI http://136.243.101.176:8080/job/carbondataprbuilder2.3/10437/



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

[GitHub] carbondata issue #2919: [CARBONDATA-3097] Optimize getVersionDetails

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

    https://github.com/apache/carbondata/pull/2919
 
    @KanakaKumar Please review it again.


---
123