[GitHub] carbondata pull request #2147: [CARBONDATA-2322] Added fix for data mismatch...

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

[GitHub] carbondata issue #2147: [CARBONDATA-2322] Added fix for data mismatch after ...

qiuchenjian-2
Github user ravipesala commented on the issue:

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



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

[GitHub] carbondata pull request #2147: [CARBONDATA-2322] Added fix for data mismatch...

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/2147#discussion_r181698087
 
    --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/hive/CarbonPreAggregateRules.scala ---
    @@ -753,10 +753,7 @@ case class CarbonPreAggregateQueryRules(sparkSession: SparkSession) extends Rule
               updatedAggExp.head,
               name)(alias.exprId, alias.qualifier, Option(alias.metadata), alias.isGenerated)
           case alias@Alias(expression, name) =>
    -        AttributeReference(
    -          name,
    -          alias.dataType,
    -          alias.nullable) (alias.exprId, alias.qualifier, alias.isGenerated)
    +        alias
    --- End diff --
   
    In case of streaming top level aggregate node , it will always return attribute reference, only in case of aggregate function it will return alias with aggregate expression


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

[GitHub] carbondata pull request #2147: [CARBONDATA-2322] Added fix for data mismatch...

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/2147#discussion_r181698450
 
    --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/preaaggregate/PreAggregateListeners.scala ---
    @@ -102,7 +102,7 @@ trait CommitHelper {
             false
           }
         } else {
    -      false
    +      true
    --- End diff --
   
    can u please add some comments.


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

[GitHub] carbondata issue #2147: [CARBONDATA-2322] Added fix for data mismatch after ...

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

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



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

[GitHub] carbondata issue #2147: [CARBONDATA-2322] Added fix for data mismatch after ...

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

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



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

[GitHub] carbondata issue #2147: [CARBONDATA-2322] Added fix for data mismatch after ...

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

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



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

[GitHub] carbondata issue #2147: [CARBONDATA-2322] Added fix for data mismatch after ...

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

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



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

[GitHub] carbondata issue #2147: [CARBONDATA-2322] Added fix for data mismatch after ...

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

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



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

[GitHub] carbondata issue #2147: [CARBONDATA-2322] Added fix for data mismatch after ...

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

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



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

[GitHub] carbondata issue #2147: [CARBONDATA-2322] Added fix for data mismatch after ...

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

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



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

[GitHub] carbondata pull request #2147: [CARBONDATA-2322] Added fix for data mismatch...

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

    https://github.com/apache/carbondata/pull/2147#discussion_r182648283
 
    --- Diff: integration/spark-common-test/src/test/scala/org/apache/carbondata/integration/spark/testsuite/preaggregate/TestPreAggCreateCommand.scala ---
    @@ -435,7 +435,7 @@ class TestPreAggCreateCommand extends QueryTest with BeforeAndAfterAll {
           sql("DESCRIBE FORMATTED PreAggMain_preagg2").show()
         }
       }
    -
    +/*
    --- End diff --
   
    Ignore this test case for now... Add // TODO


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

[GitHub] carbondata issue #2147: [CARBONDATA-2322] Added fix for data mismatch after ...

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

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



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

[GitHub] carbondata issue #2147: [CARBONDATA-2322] Added fix for data mismatch after ...

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

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



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

[GitHub] carbondata issue #2147: [CARBONDATA-2322] Added fix for data mismatch after ...

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

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



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

[GitHub] carbondata issue #2147: [CARBONDATA-2322] Added fix for data mismatch after ...

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

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



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

[GitHub] carbondata issue #2147: [CARBONDATA-2322] Added fix for data mismatch after ...

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

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


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

[GitHub] carbondata issue #2147: [CARBONDATA-2322] Added fix for data mismatch after ...

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

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



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

[GitHub] carbondata issue #2147: [CARBONDATA-2322] Added fix for data mismatch after ...

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

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



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

[GitHub] carbondata issue #2147: [CARBONDATA-2322] Added fix for data mismatch after ...

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

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


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

[GitHub] carbondata pull request #2147: [CARBONDATA-2322] Added fix for data mismatch...

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

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


---
12