[GitHub] incubator-carbondata pull request #309: [CARBONDATA-402] support CreateAsSel...

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] incubator-carbondata pull request #309: [CARBONDATA-402] support CreateAsSel...

qiuchenjian-2
Github user jackylk commented on a diff in the pull request:

    https://github.com/apache/incubator-carbondata/pull/309#discussion_r93282246
 
    --- Diff: integration/spark-common/src/main/scala/org/apache/carbondata/spark/CarbonOption.scala ---
    @@ -31,6 +31,10 @@ class CarbonOption(options: Map[String, String]) {
     
       def tablePath: String = s"$dbName/$tableName"
     
    +  def allowExisting: String = options.getOrElse("allowExisting", "true")
    +
    +  def tblProperties: String = options.getOrElse("tblproperties", "")
    --- End diff --
   
    this is not an option


---
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 [hidden email] or file a JIRA ticket
with INFRA.
---