You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by ravipesala <gi...@git.apache.org> on 2018/02/01 09:48:58 UTC

[GitHub] carbondata pull request #1876: [CARBONDATA-2093] Use small file feature of g...

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

    https://github.com/apache/carbondata/pull/1876#discussion_r165302961
  
    --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/management/CarbonLoadDataCommand.scala ---
    @@ -94,6 +89,8 @@ case class CarbonLoadDataCommand(
     
       var table: CarbonTable = _
     
    +  var logicalRelation: LogicalRelation = _
    --- End diff --
    
    Yes I know that, is LogicalRelation cannot be serialized in those scenarios?


---