You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by NamanRastogi <gi...@git.apache.org> on 2019/01/10 14:33:11 UTC

[GitHub] carbondata pull request #3064: [CARBONDATA-3243] Updated DOC for No-Sort Com...

Github user NamanRastogi commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/3064#discussion_r246780308
  
    --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/hive/execution/command/CarbonHiveCommands.scala ---
    @@ -127,6 +127,9 @@ object CarbonSetCommand {
         else if (isCarbonProperty) {
           sessionParams.addProperty(key, value)
         }
    +    else {
    --- End diff --
    
    Done.


---