[GitHub] [carbondata] manishnalla1994 commented on a change in pull request #3432: [CARBONDATA-3567] Added validation for compacting mixed format segments

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

[GitHub] [carbondata] manishnalla1994 commented on a change in pull request #3432: [CARBONDATA-3567] Added validation for compacting mixed format segments

GitBox
manishnalla1994 commented on a change in pull request #3432: [CARBONDATA-3567] Added validation for compacting mixed format segments
URL: https://github.com/apache/carbondata/pull/3432#discussion_r343480958
 
 

 ##########
 File path: core/src/main/java/org/apache/carbondata/core/statusmanager/FileFormat.java
 ##########
 @@ -56,6 +56,13 @@ public static FileFormat getByOrdinal(int ordinal) {
     return COLUMNAR_V3;
   }
 
+  public boolean isCarbonFormat() {
+    if (this.format.equalsIgnoreCase("COLUMNAR_V3") || this.format.equalsIgnoreCase("ROW_V1")) {
 
 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]


With regards,
Apache Git Services