You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/03/22 08:43:02 UTC

[GitHub] [spark] zhangptang opened a new pull request #31925: Branch 3.1

zhangptang opened a new pull request #31925:
URL: https://github.com/apache/spark/pull/31925


   when i want to add an column in carbondata table with spark2.3, but it occur a error,here it's the detail of mistake:
   
   ```java
   ALTER ADD COLUMNS does not support datasource table with type org.apache.spark.sql.CarbonSource
     at org.apache.spark.sql.execution.command.AlterTableAddColumnsCommand.verifyAlterTableAddColumn(tables.scala:242)
     at org.apache.spark.sql.execution.command.AlterTableAddColumnsCommand.run(tables.scala:194)
     at org.apache.spark.sql.execution.command.ExecutedCommandExec.sideEffectResult$lzycompute(commands.scala:70)
     at org.apache.spark.sql.execution.command.ExecutedCommandExec.sideEffectResult(commands.scala:68)
     at org.apache.spark.sql.execution.command.ExecutedCommandExec.executeCollect(commands.scala:79)
     at org.apache.spark.sql.Dataset$$anonfun$6.apply(Dataset.scala:190)
     at org.apache.spark.sql.Dataset$$anonfun$6.apply(Dataset.scala:190)
     at org.apache.spark.sql.Dataset$$anonfun$52.apply(Dataset.scala:3259)
     at org.apache.spark.sql.execution.SQLExecution$.withNewExecutionId(SQLExecution.scala:77)
     at org.apache.spark.sql.Dataset.withAction(Dataset.scala:3258)
     at org.apache.spark.sql.Dataset.<init>(Dataset.scala:190)
     at org.apache.spark.sql.Dataset$.ofRows(Dataset.scala:75)
     at org.apache.spark.sql.SparkSession.sql(SparkSession.scala:642)
   ```
   
   so,i wish it can be supported in latest version.Thanks


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] wangyum commented on pull request #31925: Branch 3.1

Posted by GitBox <gi...@apache.org>.
wangyum commented on pull request #31925:
URL: https://github.com/apache/spark/pull/31925#issuecomment-804070850


   Please file a ticket: https://issues.apache.org/jira/browse/SPARK


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] zhangptang commented on pull request #31925: Branch 3.1

Posted by GitBox <gi...@apache.org>.
zhangptang commented on pull request #31925:
URL: https://github.com/apache/spark/pull/31925#issuecomment-804569362


   ok, i have been created a jira ,here is linkurl: https://issues.apache.org/jira/browse/SPARK-34831
   
   Please solve it quickly,thanks


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on pull request #31925: Branch 3.1

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #31925:
URL: https://github.com/apache/spark/pull/31925#issuecomment-803893419


   Can one of the admins verify this patch?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] wangyum closed pull request #31925: Branch 3.1

Posted by GitBox <gi...@apache.org>.
wangyum closed pull request #31925:
URL: https://github.com/apache/spark/pull/31925


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org