wecharyu commented on code in PR #13018:
URL: https://github.com/apache/gluten/pull/13018#discussion_r4043536113
##########
gluten-arrow/src/main/scala/org/apache/spark/sql/utils/SparkArrowUtil.scala:
##########
@@ -162,9 +179,12 @@ object SparkArrowUtil {
}
/** Maps schema from Spark to Arrow. NOTE: timeZoneId required for
TimestampType in StructType */
- def toArrowSchema(schema: StructType, timeZoneId: String): Schema = {
+ private[utils] def toArrowSchema(
+ schema: StructType,
+ timeZoneId: String,
+ largeVarTypes: Boolean = false): Schema = {
Review Comment:
Removed the package private declaration.
--
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]