Yulei-Yang opened a new pull request, #32194:
URL: https://github.com/apache/doris/pull/32194
## Proposed changes
Issue Number: close #xxx
<!--Describe your changes.-->
when runing tpch query Q3 Q5 Q10 Q11 Q18 Q19, an error occurs. Error msg:
ERROR 1105 (HY000): errCode = 2, detailMessage = Unexpected exception: Invalid
value for conversion to type string: xxxx (java.lang.Long)
these query has same type predicate in where clause like this: o_orderdate
>= date '1994-01-01'
error log:
```sql
java.lang.RuntimeException: Invalid value for conversion to type string:
809996400000000 (java.lang.Long)
at
org.apache.doris.common.security.authentication.HadoopUGI.ugiDoAs(HadoopUGI.java:114)
~[fe-common-1.2-SNAPSHOT.j
ar:1.2-SNAPSHOT]
at
org.apache.doris.datasource.hive.HiveMetaStoreClientHelper.ugiDoAs(HiveMetaStoreClientHelper.java:829)
~[doris-f
e.jar:1.2-SNAPSHOT]
at
org.apache.doris.datasource.iceberg.source.IcebergScanNode.getSplits(IcebergScanNode.java:179)
~[doris-fe.jar:1.
2-SNAPSHOT]
at
org.apache.doris.datasource.FileQueryScanNode.createScanRangeLocations(FileQueryScanNode.java:271)
~[doris-fe.ja
r:1.2-SNAPSHOT]
at
org.apache.doris.datasource.FileQueryScanNode.doFinalize(FileQueryScanNode.java:226)
~[doris-fe.jar:1.2-SNAPSHOT
]
at
org.apache.doris.datasource.FileQueryScanNode.finalize(FileQueryScanNode.java:213)
~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.planner.PlanNode.finalize(PlanNode.java:687)
~[doris-fe.jar:1.2-SNAPSHOT]
at
org.apache.doris.planner.AggregationNode.finalize(AggregationNode.java:381)
~[doris-fe.jar:1.2-SNAPSHOT]
at
org.apache.doris.planner.OriginalPlanner.createPlanFragments(OriginalPlanner.java:206)
~[doris-fe.jar:1.2-SNAPSH
OT]
at
org.apache.doris.planner.OriginalPlanner.plan(OriginalPlanner.java:100)
~[doris-fe.jar:1.2-SNAPSHOT]
```
## Further comments
If this is a relatively large or complex change, kick off the discussion at
[[email protected]](mailto:[email protected]) by explaining why you
chose the solution you did and what alternatives you considered, etc...
--
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]