[GitHub] carbondata pull request #3029: [CARBONDATA-3200] No-Sort compaction

classic Classic list List threaded Threaded
84 messages Options
12345
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #3029: [CARBONDATA-3200] No-Sort compaction

qiuchenjian-2
Github user CarbonDataQA commented on the issue:

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



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

[GitHub] carbondata issue #3029: [CARBONDATA-3200] No-Sort compaction

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

    https://github.com/apache/carbondata/pull/3029
 
    Build Failed with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/2335/



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

[GitHub] carbondata issue #3029: [CARBONDATA-3200] No-Sort compaction

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

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



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

[GitHub] carbondata issue #3029: [CARBONDATA-3200] No-Sort compaction

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

    https://github.com/apache/carbondata/pull/3029
 
    Build Failed with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/2337/



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

[GitHub] carbondata issue #3029: [CARBONDATA-3200] No-Sort compaction

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

    https://github.com/apache/carbondata/pull/3029
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/2137/



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

[GitHub] carbondata issue #3029: [CARBONDATA-3200] No-Sort compaction

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

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



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

[GitHub] carbondata issue #3029: [CARBONDATA-3200] No-Sort compaction

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

    https://github.com/apache/carbondata/pull/3029
 
    Build Failed with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/2343/



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

[GitHub] carbondata pull request #3029: [CARBONDATA-3200] No-Sort compaction

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

    https://github.com/apache/carbondata/pull/3029#discussion_r244921991
 
    --- Diff: integration/spark-common/src/main/scala/org/apache/carbondata/spark/rdd/CarbonMergerRDD.scala ---
    @@ -180,10 +180,10 @@ class CarbonMergerRDD[K, V](
             context.addTaskCompletionListener { _ =>
               close()
             }
    -        try {
    --- End diff --
   
    Revert this change


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

[GitHub] carbondata issue #3029: [CARBONDATA-3200] No-Sort compaction

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

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



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

[GitHub] carbondata pull request #3029: [CARBONDATA-3200] No-Sort compaction

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

    https://github.com/apache/carbondata/pull/3029#discussion_r244923003
 
    --- Diff: core/src/main/java/org/apache/carbondata/core/util/DataFileFooterConverterV3.java ---
    @@ -73,6 +73,11 @@ public DataFileFooter convertDataFileFooter(FileHeader fileHeader, FileFooter3 f
         dataFileFooter.setNumberOfRows(footer.getNum_rows());
         dataFileFooter.setSegmentInfo(getSegmentInfo(footer.getSegment_info()));
         dataFileFooter.setSchemaUpdatedTimeStamp(fileHeader.getTime_stamp());
    +    if (footer.isSetIs_sort()) {
    +      dataFileFooter.setIsSorted(footer.isIs_sort());
    +    } else {
    +      dataFileFooter.setIsSorted(false);
    --- End diff --
   
    for older file if you are setting false then use table sort scope


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

[GitHub] carbondata issue #3029: [CARBONDATA-3200] No-Sort compaction

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

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



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

[GitHub] carbondata issue #3029: [CARBONDATA-3200] No-Sort compaction

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

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



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

[GitHub] carbondata issue #3029: [CARBONDATA-3200] No-Sort compaction

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

    https://github.com/apache/carbondata/pull/3029
 
    Build Failed with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/2355/



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

[GitHub] carbondata pull request #3029: [CARBONDATA-3200] No-Sort compaction

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

    https://github.com/apache/carbondata/pull/3029#discussion_r244959393
 
    --- Diff: processing/src/main/java/org/apache/carbondata/processing/sort/sortdata/SingleThreadFinalSortFilesMerger.java ---
    @@ -114,6 +113,31 @@ public void startFinalMerge() throws CarbonDataWriterException {
         startSorting(filesToMerge);
       }
     
    +  /**
    +   * Below method will be used to add in memory raw result iterator to priority queue.
    +   * This will be called in case of compaction, when it is compacting sorted and unsorted
    +   * both type of carbon data file
    +   * This method will add sorted file's RawResultIterator to priority queue using
    +   * InMemorySortTempChunkHolder as wrapper
    +   *
    +   * @param sortedRawResultMergerList
    +   * @param segmentProperties
    +   * @param noDicAndComplexColumns
    +   * @throws CarbonSortKeyAndGroupByException
    +   */
    +  public void addInMemoryRawResultIterator(List<RawResultIterator> sortedRawResultMergerList,
    +      SegmentProperties segmentProperties, CarbonColumn[] noDicAndComplexColumns,
    +      DataType[] measureDataType)
    +      throws CarbonSortKeyAndGroupByException {
    +    for (RawResultIterator rawResultIterator : sortedRawResultMergerList) {
    +      InMemorySortTempChunkHolder inMemorySortTempChunkHolder =
    +          new InMemorySortTempChunkHolder(rawResultIterator, segmentProperties,
    +              noDicAndComplexColumns, sortParameters, measureDataType);
    +      inMemorySortTempChunkHolder.readRow();
    --- End diff --
   
    Don't need to check hasNext here before reading the row first time?


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

[GitHub] carbondata issue #3029: [CARBONDATA-3200] No-Sort compaction

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

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



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

[GitHub] carbondata issue #3029: [CARBONDATA-3200] No-Sort compaction

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

    https://github.com/apache/carbondata/pull/3029
 
    Build Failed with Spark 2.2.1, Please check CI http://95.216.28.178:8080/job/ApacheCarbonPRBuilder1/2364/



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

[GitHub] carbondata issue #3029: [CARBONDATA-3200] No-Sort compaction

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

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



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

[GitHub] carbondata issue #3029: [CARBONDATA-3200] No-Sort compaction

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

    https://github.com/apache/carbondata/pull/3029
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder2.1/2150/



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

[GitHub] carbondata issue #3029: [CARBONDATA-3200] No-Sort compaction

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

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



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

[GitHub] carbondata issue #3029: [CARBONDATA-3200] No-Sort compaction

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

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



---
12345