[GitHub] carbondata pull request #1988: [CARBONDATA-2193] Support register analyzer a...

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

[GitHub] carbondata issue #1988: [CARBONDATA-2193] Support register analyzer and opti...

qiuchenjian-2
Github user CarbonDataQA commented on the issue:

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



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

[GitHub] carbondata issue #1988: [CARBONDATA-2193] Support register analyzer and opti...

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

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



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

[GitHub] carbondata issue #1988: [CARBONDATA-2193] Support register analyzer and opti...

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

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


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

[GitHub] carbondata issue #1988: [CARBONDATA-2193] Support register analyzer and opti...

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

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



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

[GitHub] carbondata issue #1988: [CARBONDATA-2193] Support register analyzer and opti...

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

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



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

[GitHub] carbondata issue #1988: [CARBONDATA-2193] Support register analyzer and opti...

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

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



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

[GitHub] carbondata issue #1988: [CARBONDATA-2193] Support register analyzer and opti...

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

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



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

[GitHub] carbondata issue #1988: [CARBONDATA-2193] Support register analyzer and opti...

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

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



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

[GitHub] carbondata pull request #1988: [CARBONDATA-2193] Support register analyzer a...

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

    https://github.com/apache/carbondata/pull/1988#discussion_r170894492
 
    --- Diff: integration/spark2/src/main/java/org/apache/carbondata/datamap/preaggregate/PreaggregateMVDataMapRules.java ---
    @@ -0,0 +1,42 @@
    +/*
    + * Licensed to the Apache Software Foundation (ASF) under one or more
    + * contributor license agreements.  See the NOTICE file distributed with
    + * this work for additional information regarding copyright ownership.
    + * The ASF licenses this file to You under the Apache License, Version 2.0
    + * (the "License"); you may not use this file except in compliance with
    + * the License.  You may obtain a copy of the License at
    + *
    + *    http://www.apache.org/licenses/LICENSE-2.0
    + *
    + * Unless required by applicable law or agreed to in writing, software
    + * distributed under the License is distributed on an "AS IS" BASIS,
    + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    + * See the License for the specific language governing permissions and
    + * limitations under the License.
    + */
    +
    +package org.apache.carbondata.datamap.preaggregate;
    +
    +import org.apache.carbondata.datamap.MVDataMapRules;
    +
    +import org.apache.spark.sql.SparkSession;
    +import org.apache.spark.sql.catalyst.plans.logical.LogicalPlan;
    +import org.apache.spark.sql.catalyst.rules.Rule;
    +import org.apache.spark.sql.hive.CarbonPreAggregateDataLoadingRules;
    +import org.apache.spark.sql.hive.CarbonPreAggregateQueryRules;
    +
    +public class PreaggregateMVDataMapRules implements MVDataMapRules {
    --- End diff --
   
    add interface annotation


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

[GitHub] carbondata pull request #1988: [CARBONDATA-2193] Support register analyzer a...

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

    https://github.com/apache/carbondata/pull/1988#discussion_r170990002
 
    --- Diff: integration/spark2/src/main/java/org/apache/carbondata/datamap/preaggregate/PreaggregateMVDataMapRules.java ---
    @@ -0,0 +1,42 @@
    +/*
    + * Licensed to the Apache Software Foundation (ASF) under one or more
    + * contributor license agreements.  See the NOTICE file distributed with
    + * this work for additional information regarding copyright ownership.
    + * The ASF licenses this file to You under the Apache License, Version 2.0
    + * (the "License"); you may not use this file except in compliance with
    + * the License.  You may obtain a copy of the License at
    + *
    + *    http://www.apache.org/licenses/LICENSE-2.0
    + *
    + * Unless required by applicable law or agreed to in writing, software
    + * distributed under the License is distributed on an "AS IS" BASIS,
    + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    + * See the License for the specific language governing permissions and
    + * limitations under the License.
    + */
    +
    +package org.apache.carbondata.datamap.preaggregate;
    +
    +import org.apache.carbondata.datamap.MVDataMapRules;
    +
    +import org.apache.spark.sql.SparkSession;
    +import org.apache.spark.sql.catalyst.plans.logical.LogicalPlan;
    +import org.apache.spark.sql.catalyst.rules.Rule;
    +import org.apache.spark.sql.hive.CarbonPreAggregateDataLoadingRules;
    +import org.apache.spark.sql.hive.CarbonPreAggregateQueryRules;
    +
    +public class PreaggregateMVDataMapRules implements MVDataMapRules {
    --- End diff --
   
    fixed


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

[GitHub] carbondata issue #1988: [CARBONDATA-2193] Support register analyzer and opti...

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

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



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

[GitHub] carbondata issue #1988: [CARBONDATA-2193] Support register analyzer and opti...

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

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



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

[GitHub] carbondata issue #1988: [CARBONDATA-2193] Support register analyzer and opti...

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

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



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

[GitHub] carbondata issue #1988: [CARBONDATA-2193] Support register analyzer and opti...

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

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


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

[GitHub] carbondata issue #1988: [CARBONDATA-2193] Support register analyzer and opti...

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

    https://github.com/apache/carbondata/pull/1988
 
    retest sdv please


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

[GitHub] carbondata issue #1988: [CARBONDATA-2193] Support register analyzer and opti...

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

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



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

[GitHub] carbondata issue #1988: [CARBONDATA-2193] Support register analyzer and opti...

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

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



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

[GitHub] carbondata issue #1988: [CARBONDATA-2193] Support register analyzer and opti...

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

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



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

[GitHub] carbondata issue #1988: [CARBONDATA-2193] Support register analyzer and opti...

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

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



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

[GitHub] carbondata issue #1988: [CARBONDATA-2193] Support register analyzer and opti...

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

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


---
123