[GitHub] carbondata pull request #1521: [WIP] [CARBONDATA-1743] fix conurrent pre-agg...

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

[GitHub] carbondata issue #1521: [CARBONDATA-1743] fix conurrent pre-agg creation and...

qiuchenjian-2
Github user CarbonDataQA commented on the issue:

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



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

[GitHub] carbondata issue #1521: [CARBONDATA-1743] fix conurrent pre-agg creation and...

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

    https://github.com/apache/carbondata/pull/1521
 
    @ravipesala Please review


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

[GitHub] carbondata issue #1521: [CARBONDATA-1743] fix conurrent pre-agg creation and...

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

    https://github.com/apache/carbondata/pull/1521
 
    Build Success with Spark 2.2.0, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/822/



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

[GitHub] carbondata issue #1521: [CARBONDATA-1743] fix conurrent pre-agg creation and...

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

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



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

[GitHub] carbondata issue #1521: [CARBONDATA-1743] fix conurrent pre-agg creation and...

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

    https://github.com/apache/carbondata/pull/1521
 
    Build Success with Spark 2.2.0, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/858/



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

[GitHub] carbondata issue #1521: [CARBONDATA-1743] fix conurrent pre-agg creation and...

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

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



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

[GitHub] carbondata pull request #1521: [CARBONDATA-1743] fix conurrent pre-agg creat...

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/1521#discussion_r157697249
 
    --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/hive/CarbonPreAggregateRules.scala ---
    @@ -308,9 +308,18 @@ case class CarbonPreAggregateQueryRules(sparkSession: SparkSession) extends Rule
                   val relation = sparkSession.sessionState.catalog.lookupRelation(identifier)
                   (selectedDataMapSchema, carbonRelation, relation)
                 }.minBy(f => f._2.sizeInBytes)
    -          val newRelation = new FindDataSourceTable(sparkSession).apply(relation)
    -          // transform the query plan based on selected child schema
    -          transformPreAggQueryPlan(plan, aggDataMapSchema, newRelation)
    +          if (carbonRelation.sizeInBytes ==
    --- End diff --
   
    This is not the correct place to handle this issue....in this case if many aggregate table is matching the query expression in and smallest is of zero size then it will hit the maintable but we need to check the size of other aggregate table also  


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

[GitHub] carbondata issue #1521: [CARBONDATA-1743] fix conurrent pre-agg creation and...

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

    https://github.com/apache/carbondata/pull/1521
 
    Build Success with Spark 2.2.0, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/905/



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

[GitHub] carbondata issue #1521: [CARBONDATA-1743] fix conurrent pre-agg creation and...

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

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



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

[GitHub] carbondata issue #1521: [CARBONDATA-1743] fix conurrent pre-agg creation and...

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

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



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

[GitHub] carbondata issue #1521: [CARBONDATA-1743] fix conurrent pre-agg creation and...

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

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


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

[GitHub] carbondata pull request #1521: [CARBONDATA-1743] fix conurrent pre-agg creat...

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

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


---
12