[GitHub] [carbondata] Indhumathi27 commented on a change in pull request #3392: [CARBONDATA-3516] Supporting mixed formats in carbon

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

[GitHub] [carbondata] Indhumathi27 commented on a change in pull request #3392: [CARBONDATA-3516] Supporting mixed formats in carbon

GitBox
Indhumathi27 commented on a change in pull request #3392: [CARBONDATA-3516] Supporting mixed formats in carbon
URL: https://github.com/apache/carbondata/pull/3392#discussion_r334340655
 
 

 ##########
 File path: integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/management/CarbonAddLoadCommand.scala
 ##########
 @@ -73,15 +74,19 @@ case class CarbonAddLoadCommand(
       throw new MalformedCarbonCommandException("Unsupported operation on non transactional table")
     }
 
+    if (carbonTable.isChildTable) {
 
 Review comment:
   ```suggestion
       if (carbonTable.isChildTable) {
       if (carbonTable.isChildTable || carbonTable.isChildDataMap) {
   ```
   ischildtable check is for MV datamap only

----------------------------------------------------------------
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]


With regards,
Apache Git Services