apache / rocketmq-streams

Apache rocketmq
https://rocketmq.apache.org/
Apache License 2.0
171 stars 82 forks source link

fix incompatible types bug #174

Closed hyl-xidian closed 2 years ago

hyl-xidian commented 2 years ago

Problem Description

when runs an example, there is a bug reports : incompatible types : java.lang.object cannot be converted to java.sql.Date

Fix

add a force type conversion

file location: org/apache/rocketmq/streams/common/context/UserDefinedMessage.java