zhztheplayer commented on code in PR #7620:
URL: https://github.com/apache/incubator-gluten/pull/7620#discussion_r1809995866


##########
gluten-arrow/src/main/java/org/apache/gluten/columnarbatch/ColumnarBatches.java:
##########
@@ -51,13 +50,14 @@ private ColumnarBatches() {}
 
   private enum BatchType {
     LIGHT,
-    HEAVY
+    HEAVY,
+    ZERO_COLUMN
   }
 
   private static BatchType identifyBatchType(ColumnarBatch batch) {
     if (batch.numCols() == 0) {
       // zero-column batch considered as heavy batch

Review Comment:
   typo



##########
gluten-arrow/src/main/java/org/apache/gluten/columnarbatch/ColumnarBatches.java:
##########
@@ -51,13 +50,14 @@ private ColumnarBatches() {}
 
   private enum BatchType {
     LIGHT,
-    HEAVY
+    HEAVY,
+    ZERO_COLUMN
   }
 
   private static BatchType identifyBatchType(ColumnarBatch batch) {
     if (batch.numCols() == 0) {
       // zero-column batch considered as heavy batch

Review Comment:
   typo



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to