rdblue commented on a change in pull request #24416: [SPARK-27521][SQL] Move data source v2 to catalyst module URL: https://github.com/apache/spark/pull/24416#discussion_r289049779
########## File path: sql/core/src/main/java/org/apache/spark/sql/execution/ArrowColumnVector.java ########## @@ -15,7 +15,7 @@ * limitations under the License. */ -package org.apache.spark.sql.vectorized; +package org.apache.spark.sql.execution; Review comment: I think this depends on whether we want to also reorganize in this commit, or just move from SQL to Catalyst. @mccheah suggested reorganizing at the same time. I don't have a strong opinion on whether we do it at the same time or separately, but if we aren't reorganizing the v2 classes, then I agree that this should not move packages. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
