[jira] [Created] (CARBONDATA-608) Compliation Error with spark 1.6 profile
Prabhat Kashyap created CARBONDATA-608: -- Summary: Compliation Error with spark 1.6 profile Key: CARBONDATA-608 URL: https://issues.apache.org/jira/browse/CARBONDATA-608 Project: CarbonData Issue Type: Bug Components: spark-integration Reporter: Prabhat Kashyap Priority: Critical -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[GitHub] incubator-carbondata issue #505: [CARBONDATA-607] Cleanup ValueCompressionHo...
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/505 Build Success with Spark 1.5.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/499/ --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---
[GitHub] incubator-carbondata pull request #505: [CARBONDATA-607] Cleanup ValueCompre...
GitHub user JihongMA opened a pull request: https://github.com/apache/incubator-carbondata/pull/505 [CARBONDATA-607] Cleanup ValueCompressionHolder class and all sub-classes 1. Rewrite ValueCompressionHolder class as a base class for compressing or uncompressing numeric data for measurement column chunk. 2. Refactor all sub-classes under org.apache.carbondata.core.datastorage.store.compression.decimal.* org.apache.carbondata.core.datastorage.store.compression.nonDecimal.* org.apache.carbondata.core.datastorage.store.compression.none.* org.apache.carbondata.core.datastorage.store.compression.type.* 3. fix performance bug by avoiding creating unnecessary compress/uncompres value holder during compression or decompression. You can merge this pull request into a Git repository by running: $ git pull https://github.com/JihongMA/incubator-carbondata carbondata-1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-carbondata/pull/505.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #505 commit 1241ada35d3463eee2c9850590792b72bca4c416 Author: Jihong Ma Date: 2016-12-13T00:31:12Z Merge remote-tracking branch 'upstream/master' commit 0bf1fb35c79f0fe12cc0e61a8b6c53b51085bdcc Author: Jihong Ma Date: 2016-12-20T01:55:53Z Merge remote-tracking branch 'upstream/master' commit f5483b6a58f4cdeec91850bf2127fba009eb6654 Author: Jihong Ma Date: 2016-12-24T16:11:20Z Merge remote-tracking branch 'upstream/master' commit 1600f4dc3314a492aedc8e6950fc9cbc33f0a76f Author: Jihong Ma Date: 2017-01-03T22:09:39Z Merge remote-tracking branch 'upstream/master' commit 3bebe0a1f38258ebfe5ef5490fc1b95cb96e362f Author: Jihong Ma Date: 2017-01-05T18:41:39Z Merge remote-tracking branch 'upstream/master' commit 624efc1d9a4d5ff178a3958606b0155236dbea46 Author: Jihong Ma Date: 2017-01-07T20:01:08Z cleanup ValueCompressionHolder and sub-classes commit 347c10e460ce2f9dffa11fde1c4e519ca08ce6d7 Author: Jihong Ma Date: 2017-01-07T20:16:10Z minor fix --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---
[GitHub] incubator-carbondata issue #495: [CARBONDATA-570] clean up carbon-hadoop mod...
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/495 Build Success with Spark 1.5.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/498/ --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---
[jira] [Updated] (CARBONDATA-607) Cleanup ValueCompressionHolder class and all sub-classes
[ https://issues.apache.org/jira/browse/CARBONDATA-607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jihong MA updated CARBONDATA-607: - Description: Rewrite ValueCompressionHolder class as a base class for compressing or uncompressing numeric data for measurement column chunk. refactor all sub-classes under org.apache.carbondata.core.datastorage.store.compression.decimal.* org.apache.carbondata.core.datastorage.store.compression.nonDecimal.* org.apache.carbondata.core.datastorage.store.compression.none.* org.apache.carbondata.core.datastorage.store.compression.type.* as part of the work, also fix a performance bug to avoid creating unnecessary compression/uncompression value holder during compression or decompression. was: Rewrite ValueCompressionHolder class as a base class for compressing or uncompressing numeric data for measurement column chunk. refactored all sub-classes under org.apache.carbondata.core.datastorage.store.compression.decimal.* org.apache.carbondata.core.datastorage.store.compression.nonDecimal.* org.apache.carbondata.core.datastorage.store.compression.none.* org.apache.carbondata.core.datastorage.store.compression.type.* as part of the work, also fixed a performance bug to avoid creating unnecessary compression/uncompression value holder during compression or decompression. > Cleanup ValueCompressionHolder class and all sub-classes > > > Key: CARBONDATA-607 > URL: https://issues.apache.org/jira/browse/CARBONDATA-607 > Project: CarbonData > Issue Type: Sub-task > Components: core >Reporter: Jihong MA >Assignee: Jihong MA > > Rewrite ValueCompressionHolder class as a base class for compressing or > uncompressing numeric data for measurement column chunk. > refactor all sub-classes under > org.apache.carbondata.core.datastorage.store.compression.decimal.* > org.apache.carbondata.core.datastorage.store.compression.nonDecimal.* > org.apache.carbondata.core.datastorage.store.compression.none.* > org.apache.carbondata.core.datastorage.store.compression.type.* > as part of the work, also fix a performance bug to avoid creating unnecessary > compression/uncompression value holder during compression or decompression. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Created] (CARBONDATA-607) Cleanup ValueCompressionHolder class and all sub-classes
Jihong MA created CARBONDATA-607: Summary: Cleanup ValueCompressionHolder class and all sub-classes Key: CARBONDATA-607 URL: https://issues.apache.org/jira/browse/CARBONDATA-607 Project: CarbonData Issue Type: Improvement Components: core Reporter: Jihong MA Assignee: Jihong MA Rewrite ValueCompressionHolder class as a base class for compressing or uncompressing numeric data for measurement column chunk. refactored all sub-classes under org.apache.carbondata.core.datastorage.store.compression.decimal.* org.apache.carbondata.core.datastorage.store.compression.nonDecimal.* org.apache.carbondata.core.datastorage.store.compression.none.* org.apache.carbondata.core.datastorage.store.compression.type.* as part of the work, also fixed a performance bug to avoid creating unnecessary compression/uncompression value holder during compression or decompression. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[jira] [Updated] (CARBONDATA-607) Cleanup ValueCompressionHolder class and all sub-classes
[ https://issues.apache.org/jira/browse/CARBONDATA-607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jihong MA updated CARBONDATA-607: - Issue Type: Sub-task (was: Improvement) Parent: CARBONDATA-548 > Cleanup ValueCompressionHolder class and all sub-classes > > > Key: CARBONDATA-607 > URL: https://issues.apache.org/jira/browse/CARBONDATA-607 > Project: CarbonData > Issue Type: Sub-task > Components: core >Reporter: Jihong MA >Assignee: Jihong MA > > Rewrite ValueCompressionHolder class as a base class for compressing or > uncompressing numeric data for measurement column chunk. > refactored all sub-classes under > org.apache.carbondata.core.datastorage.store.compression.decimal.* > org.apache.carbondata.core.datastorage.store.compression.nonDecimal.* > org.apache.carbondata.core.datastorage.store.compression.none.* > org.apache.carbondata.core.datastorage.store.compression.type.* > as part of the work, also fixed a performance bug to avoid creating > unnecessary compression/uncompression value holder during compression or > decompression. -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[GitHub] incubator-carbondata issue #504: [CARBONDATA-606] Add Flink example to read ...
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/504 Build Success with Spark 1.5.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/497/ --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---
[GitHub] incubator-carbondata pull request #441: [CARBONDATA-539] Fiix column project...
Github user jackylk closed the pull request at: https://github.com/apache/incubator-carbondata/pull/441 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---
[GitHub] incubator-carbondata issue #441: [CARBONDATA-539] Fiix column projection bug
Github user jackylk commented on the issue: https://github.com/apache/incubator-carbondata/pull/441 I think it is better let user set the column projection explicitly. So closing this PR --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---
[GitHub] incubator-carbondata pull request #481: [CARBONDATA-601]reuse test case for ...
Github user asfgit closed the pull request at: https://github.com/apache/incubator-carbondata/pull/481 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---
[GitHub] incubator-carbondata issue #481: [CARBONDATA-601]reuse test case for integra...
Github user jackylk commented on the issue: https://github.com/apache/incubator-carbondata/pull/481 LGTM --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---
[GitHub] incubator-carbondata pull request #504: [CARBONDATA-606] Add Flink example t...
GitHub user jackylk opened a pull request: https://github.com/apache/incubator-carbondata/pull/504 [CARBONDATA-606] Add Flink example to read CarbonData files A new example module is added for Flink. The example is to show how to use Flink to read CarbonData files written by Spark You can merge this pull request into a Git repository by running: $ git pull https://github.com/jackylk/incubator-carbondata ff Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-carbondata/pull/504.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #504 commit b8e047ddfbbbcdd2b4464556b7dd1af7550acd84 Author: jackylk Date: 2017-01-07T16:13:06Z add Flink example --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---
[jira] [Created] (CARBONDATA-606) Add a Flink example to read CarbonData files
Jacky Li created CARBONDATA-606: --- Summary: Add a Flink example to read CarbonData files Key: CARBONDATA-606 URL: https://issues.apache.org/jira/browse/CARBONDATA-606 Project: CarbonData Issue Type: Improvement Reporter: Jacky Li Assignee: Jacky Li Fix For: 1.0.0-incubating Add a Flink example to read CarbonData files written by Spark -- This message was sent by Atlassian JIRA (v6.3.4#6332)
[GitHub] incubator-carbondata pull request #481: [CARBONDATA-601]reuse test case for ...
Github user QiangCai commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/481#discussion_r95060705 --- Diff: integration/spark/src/main/scala/org/apache/spark/sql/test/TestQueryExecutorImplV1.scala --- @@ -0,0 +1,51 @@ +/* + * 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.spark.sql.test + +import org.apache.spark.{SparkConf, SparkContext} +import org.apache.spark.sql.{CarbonContext, DataFrame, SQLContext} + +import org.apache.carbondata.common.logging.LogServiceFactory +import org.apache.carbondata.core.constants.CarbonCommonConstants +import org.apache.carbondata.core.util.CarbonProperties + +class TestQueryExecutorImplV1 extends TestQueryExecutorRegister { --- End diff -- fixed --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---
[GitHub] incubator-carbondata issue #481: [CARBONDATA-601]reuse test case for integra...
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/481 Build Success with Spark 1.5.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/496/ --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---
[GitHub] incubator-carbondata pull request #481: [CARBONDATA-601]reuse test case for ...
Github user QiangCai commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/481#discussion_r95060180 --- Diff: integration/spark-common-test/pom.xml --- @@ -0,0 +1,232 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd";> + + 4.0.0 + + +org.apache.carbondata +carbondata-parent +1.0.0-incubating-SNAPSHOT +../../pom.xml + + + carbondata-spark-common-test + Apache CarbonData :: Spark Common Test + + +${basedir}/../../dev + + + + + org.apache.carbondata + carbondata-spark-common + ${project.version} + test + + + org.apache.spark + spark-hive-thriftserver_2.10 + + + + + org.apache.spark + spark-hive-thriftserver_${scala.binary.version} + test + + + junit + junit + + + org.scalatest + scalatest_${scala.binary.version} + 2.2.1 + test + + + + +src/test/scala + + +src/resources + + +. + + CARBON_SPARK_INTERFACELogResource.properties + + + + + +org.scala-tools +maven-scala-plugin +2.15.2 + + +compile + + compile + +compile + + +testCompile + + testCompile + +test + + +process-resources + + compile + + + + + +maven-compiler-plugin + + 1.7 + 1.7 + + + +org.apache.maven.plugins +maven-surefire-plugin +2.18 + + + +**/Test*.java +**/*Test.java +**/*TestCase.java +**/*Suite.java + + ${project.build.directory}/surefire-reports + -Xmx3g -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=512m + +true + + false + + + +org.scalatest +scalatest-maven-plugin +1.0 + + + ${project.build.directory}/surefire-reports + . + CarbonTestSuite.txt + -ea -Xmx3g -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=512m + + + + + +true +${use.kettle} + + + + +test + + test + + + + + + + + + spark-1.5 + +true + + + + org.apache.carbondata + carbondata-spark + ${project.version} + test + + + org.apache.spark + spark-hive-thriftserver_2.10 --- End diff -- This exclusion will be fixed dependency issue of Intellij Idea --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---
[GitHub] incubator-carbondata pull request #481: [CARBONDATA-601]reuse test case for ...
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/481#discussion_r95059839 --- Diff: integration/spark-common-test/pom.xml --- @@ -0,0 +1,232 @@ + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd";> + + 4.0.0 + + +org.apache.carbondata +carbondata-parent +1.0.0-incubating-SNAPSHOT +../../pom.xml + + + carbondata-spark-common-test + Apache CarbonData :: Spark Common Test + + +${basedir}/../../dev + + + + + org.apache.carbondata + carbondata-spark-common + ${project.version} + test + + + org.apache.spark + spark-hive-thriftserver_2.10 + + + + + org.apache.spark + spark-hive-thriftserver_${scala.binary.version} + test + + + junit + junit + + + org.scalatest + scalatest_${scala.binary.version} + 2.2.1 + test + + + + +src/test/scala + + +src/resources + + +. + + CARBON_SPARK_INTERFACELogResource.properties + + + + + +org.scala-tools +maven-scala-plugin +2.15.2 + + +compile + + compile + +compile + + +testCompile + + testCompile + +test + + +process-resources + + compile + + + + + +maven-compiler-plugin + + 1.7 + 1.7 + + + +org.apache.maven.plugins +maven-surefire-plugin +2.18 + + + +**/Test*.java +**/*Test.java +**/*TestCase.java +**/*Suite.java + + ${project.build.directory}/surefire-reports + -Xmx3g -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=512m + +true + + false + + + +org.scalatest +scalatest-maven-plugin +1.0 + + + ${project.build.directory}/surefire-reports + . + CarbonTestSuite.txt + -ea -Xmx3g -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=512m + + + + + +true +${use.kettle} + + + + +test + + test + + + + + + + + + spark-1.5 + +true + + + + org.apache.carbondata + carbondata-spark + ${project.version} + test + + + org.apache.spark + spark-hive-thriftserver_2.10 --- End diff -- use scala.version instead of 2.10 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---
[GitHub] incubator-carbondata pull request #481: [CARBONDATA-601]reuse test case for ...
Github user jackylk commented on a diff in the pull request: https://github.com/apache/incubator-carbondata/pull/481#discussion_r95059829 --- Diff: integration/spark/src/main/scala/org/apache/spark/sql/test/TestQueryExecutorImplV1.scala --- @@ -0,0 +1,51 @@ +/* + * 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.spark.sql.test + +import org.apache.spark.{SparkConf, SparkContext} +import org.apache.spark.sql.{CarbonContext, DataFrame, SQLContext} + +import org.apache.carbondata.common.logging.LogServiceFactory +import org.apache.carbondata.core.constants.CarbonCommonConstants +import org.apache.carbondata.core.util.CarbonProperties + +class TestQueryExecutorImplV1 extends TestQueryExecutorRegister { --- End diff -- suggest change to SparkTestQueryExecutor and add comment description for this class accordingly, change TestQueryExecutorImplV2 to Spark2TestQueryExecutor --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---
[GitHub] incubator-carbondata issue #450: [CARBONDATA-545]Added support for offheap s...
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/450 Build Failed with Spark 1.5.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/495/ --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---
[GitHub] incubator-carbondata issue #481: [CARBONDATA-601]reuse test case for integra...
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/481 Build Success with Spark 1.5.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/494/ --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---
[GitHub] incubator-carbondata issue #481: [CARBONDATA-601]reuse test case for integra...
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/481 Build Success with Spark 1.5.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/493/ --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---
[GitHub] incubator-carbondata issue #481: [CARBONDATA-601]reuse test case for integra...
Github user QiangCai commented on the issue: https://github.com/apache/incubator-carbondata/pull/481 retest this please --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---
[GitHub] incubator-carbondata issue #481: [CARBONDATA-601]reuse test case for integra...
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/481 Build Failed with Spark 1.5.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/492/ --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---
[GitHub] incubator-carbondata issue #450: [CARBONDATA-545]Added support for offheap s...
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/450 Build Failed with Spark 1.5.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/491/ --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---
[GitHub] incubator-carbondata issue #481: [CARBONDATA-601]reuse test case for integra...
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/481 Build Success with Spark 1.5.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/490/ --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---
[GitHub] incubator-carbondata issue #450: [CARBONDATA-545]Added support for offheap s...
Github user CarbonDataQA commented on the issue: https://github.com/apache/incubator-carbondata/pull/450 Build Success with Spark 1.5.2, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder/489/ --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---