You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues 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
Search before asking
Version
2.1.7
What's Wrong?
What You Expected?
No exception
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: