[GitHub] [carbondata] ShreelekhyaG commented on a change in pull request #4113: [CARBONDATA-4161] Describe complex columns
Posted by
GitBox on
Apr 07, 2021; 5:10am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/GitHub-carbondata-ShreelekhyaG-opened-a-new-pull-request-4113-WIP-Describe-complex-columns-tp107265p107420.html
ShreelekhyaG commented on a change in pull request #4113:
URL:
https://github.com/apache/carbondata/pull/4113#discussion_r608343781##########
File path: integration/spark/src/main/scala/org/apache/spark/sql/parser/CarbonExtensionSpark2SqlParser.scala
##########
@@ -27,7 +28,26 @@ import org.apache.spark.sql.catalyst.plans.logical._
class CarbonExtensionSpark2SqlParser extends CarbonSpark2SqlParser {
override protected lazy val extendedSparkSyntax: Parser[LogicalPlan] =
- loadDataNew | alterTableAddColumns | explainPlan
+ loadDataNew | alterTableAddColumns | explainPlan | describeColumn | describeShort
Review comment:
Done
--
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:
[hidden email]