Vladimir Golubev created SPARK-48432: ----------------------------------------
Summary: Unnecessary Integer unboxing in UnivocityParser Key: SPARK-48432 URL: https://issues.apache.org/jira/browse/SPARK-48432 Project: Spark Issue Type: Improvement Components: SQL Affects Versions: 4.0.0 Reporter: Vladimir Golubev `tokenIndexArr` is created as an array of `java.lang.Integers`. However, it is used not only for the wrapped java parser, but also during parsing to identify the correct token index. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org