Skip to content

[ISSUE #172][ISSUE #174]Modify the File Source Example; Update README; Fix incompatible types bug#173

Merged
ni-ze merged 4 commits intoapache:mainfrom
hyl-xidian:main
Jun 28, 2022
Merged

[ISSUE #172][ISSUE #174]Modify the File Source Example; Update README; Fix incompatible types bug#173
ni-ze merged 4 commits intoapache:mainfrom
hyl-xidian:main

Conversation

@hyl-xidian
Copy link
Copy Markdown
Contributor

Add a filter usage example and modify the document.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jun 24, 2022

Codecov Report

Merging #173 (15c3a2e) into main (dcd0c77) will not change coverage.
The diff coverage is 0.00%.

@@          Coverage Diff          @@
##            main    #173   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files        712     713    +1     
  Lines      35567   35571    +4     
  Branches    5928    5924    -4     
=====================================
- Misses     35567   35571    +4     
Impacted Files Coverage Δ
...tmq/streams/common/context/UserDefinedMessage.java 0.00% <0.00%> (ø)
...eams/examples/aggregate/RocketMQWindowExample.java 0.00% <0.00%> (ø)
...s/examples/checkpoint/RemoteCheckpointExample.java 0.00% <0.00%> (ø)
...ms/examples/mutilconsumer/MultiStreamsExample.java 0.00% <0.00%> (ø)
...ketmq/streams/examples/mutilconsumer/Producer.java 0.00% <0.00%> (ø)
...tmq/streams/examples/source/FileSourceExample.java 0.00% <0.00%> (ø)
...treams/examples/source/RocketmqSourceExample1.java 0.00% <0.00%> (ø)
...treams/examples/source/RocketmqSourceExample2.java 0.00% <0.00%> (ø)
...treams/examples/source/RocketmqSourceExample3.java 0.00% <0.00%> (ø)
...treams/examples/source/RocketmqSourceExample4.java 0.00% <0.00%> (ø)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f8f755e...15c3a2e. Read the comment docs.

@hyl-xidian
Copy link
Copy Markdown
Contributor Author

#174 fix incompatible types bug

@hyl-xidian hyl-xidian changed the title [ISSUE #172]Modify the File Source Example and update the README.md [ISSUE #172][ISSUE #174]Modify the File Source Example; Update README; Fix incompatible types bug Jun 24, 2022
@Override
public java.sql.Date getSqlDate(String key) {
return super.getSqlDate(key);
return (java.sql.Date) super.getSqlDate(key);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is cause by update fastjson version, and I fixed it by changed the return type.

@ni-ze
Copy link
Copy Markdown
Contributor

ni-ze commented Jun 27, 2022

#172

@ni-ze
Copy link
Copy Markdown
Contributor

ni-ze commented Jun 27, 2022

@hyl-xidian can you remove the fix bug part? The others looks fine to me.

@hyl-xidian
Copy link
Copy Markdown
Contributor Author

hyl-xidian commented Jun 27, 2022

@hyl-xidian can you remove the fix bug part? The others looks fine to me.

@ni-ze Got it, I have removed the fix bug part.

@ni-ze ni-ze merged commit 8ba8e00 into apache:main Jun 28, 2022
ni-ze added a commit to ni-ze/rocketmq-streams that referenced this pull request Oct 7, 2022
[ISSUE apache#172][ISSUE apache#174]Modify the File Source Example; Update README; Fix incompatible types bug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants