[GitHub] carbondata pull request #3045: [CARBONDATA-3222]Fix dataload failure after c...

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

[GitHub] carbondata issue #3045: [CARBONDATA-3222]Fix dataload failure after creation...

qiuchenjian-2
Github user CarbonDataQA commented on the issue:

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



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

[GitHub] carbondata issue #3045: [CARBONDATA-3222]Fix dataload failure after creation...

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

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


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

[GitHub] carbondata issue #3045: [CARBONDATA-3222]Fix dataload failure after creation...

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

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



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

[GitHub] carbondata issue #3045: [CARBONDATA-3222]Fix dataload failure after creation...

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

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



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

[GitHub] carbondata issue #3045: [CARBONDATA-3222]Fix dataload failure after creation...

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

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



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

[GitHub] carbondata pull request #3045: [CARBONDATA-3222]Fix dataload failure after c...

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

    https://github.com/apache/carbondata/pull/3045#discussion_r245534858
 
    --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/preaaggregate/PreAggregateTableHelper.scala ---
    @@ -110,7 +110,29 @@ case class PreAggregateTableHelper(
         // Datamap table name and columns are automatically added prefix with parent table name
         // in carbon. For convenient, users can type column names same as the ones in select statement
         // when config dmproperties, and here we update column names with prefix.
    -    val longStringColumn = tableProperties.get(CarbonCommonConstants.LONG_STRING_COLUMNS)
    +    // If longStringColumn is not present in dm properties then we take long_string_columns from
    +    // the parent table.
    +    var longStringColumn = tableProperties.get(CarbonCommonConstants.LONG_STRING_COLUMNS)
    --- End diff --
   
    fine


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

[GitHub] carbondata issue #3045: [CARBONDATA-3222]Fix dataload failure after creation...

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

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


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

[GitHub] carbondata pull request #3045: [CARBONDATA-3222]Fix dataload failure after c...

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

    https://github.com/apache/carbondata/pull/3045#discussion_r245585973
 
    --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/preaaggregate/PreAggregateTableHelper.scala ---
    @@ -110,22 +109,42 @@ case class PreAggregateTableHelper(
         // Datamap table name and columns are automatically added prefix with parent table name
         // in carbon. For convenient, users can type column names same as the ones in select statement
         // when config dmproperties, and here we update column names with prefix.
    -    val longStringColumn = tableProperties.get(CarbonCommonConstants.LONG_STRING_COLUMNS)
    +    // If longStringColumn is not present in dmproperties then we take long_string_columns from
    +    // the parent table.
    +    var longStringColumn = tableProperties.get(CarbonCommonConstants.LONG_STRING_COLUMNS)
    +    val longStringColumnInParents = parentTable.getTableInfo.getFactTable.getTableProperties.asScala
    +      .getOrElse(CarbonCommonConstants.LONG_STRING_COLUMNS, "").split(",").map(_.trim)
    +    var varcharDatamapFields = ""
    +    fieldRelationMap foreach (fields => {
    +      val aggFunc = fields._2.aggregateFunction
    +      if (aggFunc == "") {
    --- End diff --
   
    Done!


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

[GitHub] carbondata issue #3045: [CARBONDATA-3222]Fix dataload failure after creation...

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

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



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

[GitHub] carbondata issue #3045: [CARBONDATA-3222]Fix dataload failure after creation...

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

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



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

[GitHub] carbondata issue #3045: [CARBONDATA-3222]Fix dataload failure after creation...

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

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



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

[GitHub] carbondata issue #3045: [CARBONDATA-3222]Fix dataload failure after creation...

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

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



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

[GitHub] carbondata issue #3045: [CARBONDATA-3222]Fix dataload failure after creation...

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

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



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

[GitHub] carbondata issue #3045: [CARBONDATA-3222]Fix dataload failure after creation...

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

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


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

[GitHub] carbondata pull request #3045: [CARBONDATA-3222]Fix dataload failure after c...

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

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


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

[GitHub] carbondata issue #3045: [CARBONDATA-3222]Fix dataload failure after creation...

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

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



---
123