HyukjinKwon commented on a change in pull request #34631:
URL: https://github.com/apache/spark/pull/34631#discussion_r751948058



##########
File path: 
sql/catalyst/src/main/java/org/apache/spark/sql/vectorized/ArrowColumnVector.java
##########
@@ -19,19 +19,14 @@
 
 import org.apache.arrow.vector.*;
 import org.apache.arrow.vector.complex.*;
-import org.apache.arrow.vector.holders.NullableIntervalDayHolder;
 import org.apache.arrow.vector.holders.NullableVarCharHolder;
 
 import org.apache.spark.sql.util.ArrowUtils;
 import org.apache.spark.sql.types.*;
 import org.apache.spark.unsafe.types.UTF8String;
 
-import static 
org.apache.spark.sql.catalyst.util.DateTimeConstants.MICROS_PER_DAY;
-import static 
org.apache.spark.sql.catalyst.util.DateTimeConstants.MICROS_PER_MILLIS;
-
 /**
- * A column vector backed by Apache Arrow. Currently calendar interval type 
and map type are not
- * supported.

Review comment:
       Map type was added from https://github.com/apache/spark/pull/30393 but 
the fix was missing 😂 




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