[GitHub] incubator-carbondata pull request #328: [CARBONDATA-374] Support smallint

2016-12-03 Thread cenyuhai
Github user cenyuhai closed the pull request at:

https://github.com/apache/incubator-carbondata/pull/328


---
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 #389: [CARBONDATA-491] spark2 integration:...

2016-12-03 Thread jackylk
Github user jackylk commented on a diff in the pull request:

https://github.com/apache/incubator-carbondata/pull/389#discussion_r90769260
  
--- Diff: 
integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/carbonTableSchema.scala
 ---
@@ -56,16 +56,18 @@ import 
org.apache.carbondata.spark.util.{CarbonScalaUtil, CarbonSparkUtil, Globa
  *
  * @param alterTableModel
  */
-case class AlterTableCompaction(alterTableModel: AlterTableModel) extends
-  RunnableCommand {
+case class AlterTableCompaction(alterTableModel: AlterTableModel) {
+
+  val LOGGER =
+
LogServiceFactory.getLogService("org.apache.spark.sql.execution.command.AlterTableCompaction")
--- End diff --

use this.getClass instead of hard code class name


---
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] [Resolved] (CARBONDATA-492) When profile spark-2.0 is avtive , CarbonExample have error in intellij idea

2016-12-03 Thread Jacky Li (JIRA)

 [ 
https://issues.apache.org/jira/browse/CARBONDATA-492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacky Li resolved CARBONDATA-492.
-
Resolution: Fixed

>  When profile spark-2.0 is avtive , CarbonExample have error in intellij idea
> -
>
> Key: CARBONDATA-492
> URL: https://issues.apache.org/jira/browse/CARBONDATA-492
> Project: CarbonData
>  Issue Type: Bug
>Affects Versions: 0.3.0-incubating
>Reporter: QiangCai
>Assignee: QiangCai
>Priority: Critical
> Fix For: 0.3.0-incubating
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] incubator-carbondata issue #390: [CARBONDATA-492]fix a bug of profile spark-...

2016-12-03 Thread jackylk
Github user jackylk commented on the issue:

https://github.com/apache/incubator-carbondata/pull/390
  
CI passed
http://136.243.101.176:8080/job/ApacheCarbonManualPRBuilder/740/


---
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 #390: [CARBONDATA-492]fix a bug of profile...

2016-12-03 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-carbondata/pull/390


---
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 #390: [CARBONDATA-492]fix a bug of profile spark-...

2016-12-03 Thread scwf
Github user scwf commented on the issue:

https://github.com/apache/incubator-carbondata/pull/390
  
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 #390: [CARBONDATA-492]fix a bug of profile...

2016-12-03 Thread QiangCai
GitHub user QiangCai opened a pull request:

https://github.com/apache/incubator-carbondata/pull/390

[CARBONDATA-492]fix a bug of profile spark-2.0 for intellij idea

When profile spark-2.0 is chosen , CarbonExample have error in Intellij idea

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/QiangCai/incubator-carbondata 
fixprofileforidea

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-carbondata/pull/390.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 #390


commit d626af30664948b149218859271af88cc41853e2
Author: QiangCai 
Date:   2016-12-03T18:16:18Z

fix profile issue for 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.
---


[jira] [Created] (CARBONDATA-492) When profile spark-2.0 is avtive , CarbonExample have error in intellij idea

2016-12-03 Thread QiangCai (JIRA)
QiangCai created CARBONDATA-492:
---

 Summary:  When profile spark-2.0 is avtive , CarbonExample have 
error in intellij idea
 Key: CARBONDATA-492
 URL: https://issues.apache.org/jira/browse/CARBONDATA-492
 Project: CarbonData
  Issue Type: Bug
Affects Versions: 0.3.0-incubating
Reporter: QiangCai
Assignee: QiangCai
Priority: Critical
 Fix For: 0.3.0-incubating






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (CARBONDATA-489) spark2 decimal issue

2016-12-03 Thread Jacky Li (JIRA)

 [ 
https://issues.apache.org/jira/browse/CARBONDATA-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jacky Li resolved CARBONDATA-489.
-
Resolution: Fixed

> spark2 decimal issue
> 
>
> Key: CARBONDATA-489
> URL: https://issues.apache.org/jira/browse/CARBONDATA-489
> Project: CarbonData
>  Issue Type: Sub-task
>  Components: spark-integration
>Reporter: Fei Wang
>Assignee: Fei Wang
> Fix For: 0.3.0-incubating
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> create a table with decimal field and query it will throw error, do not 
> support decimal(0, 0)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] incubator-carbondata pull request #386: [CARBONDATA-489] Fix spark2 decimal ...

2016-12-03 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-carbondata/pull/386


---
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 #386: [CARBONDATA-489] Fix spark2 decimal issue

2016-12-03 Thread jackylk
Github user jackylk commented on the issue:

https://github.com/apache/incubator-carbondata/pull/386
  
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.
---


[jira] [Created] (CARBONDATA-491) do not use runnablecommand in spark2

2016-12-03 Thread Fei Wang (JIRA)
Fei Wang created CARBONDATA-491:
---

 Summary: do not use runnablecommand in spark2
 Key: CARBONDATA-491
 URL: https://issues.apache.org/jira/browse/CARBONDATA-491
 Project: CarbonData
  Issue Type: Sub-task
  Components: spark-integration
Affects Versions: 0.3.0-incubating
Reporter: Fei Wang


we should not use the runnablecommand in spark, that may leads to some 
compatibility issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[GitHub] incubator-carbondata pull request #389: Do not use runnable command in spark...

2016-12-03 Thread scwf
GitHub user scwf opened a pull request:

https://github.com/apache/incubator-carbondata/pull/389

Do not use runnable command in spark2

Runnable command is a inner interface in spark, it may changed from 
versions, we'd better not use it.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/KirinKing/incubator-carbondata runcommand

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-carbondata/pull/389.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 #389


commit 59d8cd5fd90c9cb952a487a9ca4592c3ed5823ee
Author: wangfei 
Date:   2016-12-03T12:40:39Z

do not reply on runnable command




---
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 #388: [WIP]bigdecimal compression.

2016-12-03 Thread ashokblend
GitHub user ashokblend opened a pull request:

https://github.com/apache/incubator-carbondata/pull/388

[WIP]bigdecimal compression.

This pr will do compression for bigdecimal data type as carbon does for 
double datatype. It is in progress.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/ashokblend/incubator-carbondata 
bigdecimal_compression

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-carbondata/pull/388.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 #388


commit 0515b412d437611602885ffe322d2751d0494d59
Author: ashok.blend 
Date:   2016-12-03T21:05:38Z

bigdecimal compression.




---
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.
---