junit opened a new issue, #45494: URL: https://github.com/apache/doris/issues/45494
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 2.1.7 ### What's Wrong? ``` RuntimeLogger 2024-12-16 14:25:56,541 WARN (STATS_FETCH-6|283) [ColumnStatistic.fromResultRow():181] Failed to deserialize column `extra_words` text NULL COMMENT 'é¢å¤ä¿¡æ¯' max value ð§§è¥¿è¥¿å°å§. org.apache.doris.common.AnalysisException: errCode = 2, detailMessage = 5 at org.apache.doris.statistics.util.StatisticsUtil.convertToDouble(StatisticsUtil.java:317) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.statistics.ColumnStatistic.fromResultRow(ColumnStatistic.java:178) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.statistics.ColumnStatistic.fromResultRow(ColumnStatistic.java:118) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.statistics.util.StatisticsUtil.deserializeToColumnStatistics(StatisticsUtil.java:169) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.statistics.ColumnStatisticsCacheLoader.loadFromStatsTable(ColumnStatisticsCacheLoader.java:66) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.statistics.ColumnStatisticsCacheLoader.doLoad(ColumnStatisticsCacheLoader.java:38) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.statistics.ColumnStatisticsCacheLoader.doLoad(ColumnStatisticsCacheLoader.java:29) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.statistics.BasicAsyncCacheLoader.lambda$asyncLoad$0(BasicAsyncCacheLoader.java:39) ~[doris-fe.jar:1.2-SNAPSHOT] at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1604) ~[?:1.8.0_352-352] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_352-352] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_352-352] at java.lang.Thread.run(Thread.java:750) ~[?:1.8.0_352-352] Caused by: java.lang.ArrayIndexOutOfBoundsException: 5 at org.apache.doris.nereids.trees.expressions.literal.StringLikeLiteral.getDouble(StringLikeLiteral.java:53) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.nereids.trees.expressions.literal.StringLikeLiteral.getDouble(StringLikeLiteral.java:42) ~[doris-fe.jar:1.2-SNAPSHOT] at org.apache.doris.statistics.util.StatisticsUtil.convertToDouble(StatisticsUtil.java:307) ~[doris-fe.jar:1.2-SNAPSHOT] ... 11 more ``` ### What You Expected? No exception ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
