szehon-ho commented on code in PR #46265:
URL: https://github.com/apache/spark/pull/46265#discussion_r1583801503
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/InternalRowComparableWrapper.scala:
##########
@@ -53,6 +55,21 @@ class InternalRowComparableWrapper(val row: InternalRow, val
dataTypes: Seq[Data
}
object InternalRowComparableWrapper {
+ private final val MAX_CACHE_ENTRIES = 1024
Review Comment:
Makes sense to me to have a config, though not familiar with spark
preference for these things.
--
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]