Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mysql data source output #1

Open
tieke1121 opened this issue May 20, 2020 · 0 comments
Open

mysql data source output #1

tieke1121 opened this issue May 20, 2020 · 0 comments

Comments

@tieke1121
Copy link

使用mysql data source 读取数据后 使用console 输出的每个batch 结果都是一样的
+---+------------------------------------+-----+-----------------------+
|id |name |score|score_time |
+---+------------------------------------+-----+-----------------------+
|25 |f0b14fa1-fb59-4675-85c2-f8ed9a73c976|85 |2020-05-20 16:11:03.133|
|25 |f0b14fa1-fb59-4675-85c2-f8ed9a73c976|85 |2020-05-20 16:11:03.133|
|25 |f0b14fa1-fb59-4675-85c2-f8ed9a73c976|85 |2020-05-20 16:11:03.133|
|25 |f0b14fa1-fb59-4675-85c2-f8ed9a73c976|85 |2020-05-20 16:11:03.133|
|25 |f0b14fa1-fb59-4675-85c2-f8ed9a73c976|85 |2020-05-20 16:11:03.133|
+---+------------------------------------+-----+-----------------------+


Batch: 5

+---+------------------------------------+-----+-----------------------+
|id |name |score|score_time |
+---+------------------------------------+-----+-----------------------+
|30 |c229c35f-22ce-4c8d-84d8-cd145e483c9c|90 |2020-05-20 16:11:03.651|
|30 |c229c35f-22ce-4c8d-84d8-cd145e483c9c|90 |2020-05-20 16:11:03.651|
|30 |c229c35f-22ce-4c8d-84d8-cd145e483c9c|90 |2020-05-20 16:11:03.651|
|30 |c229c35f-22ce-4c8d-84d8-cd145e483c9c|90 |2020-05-20 16:11:03.651|
|30 |c229c35f-22ce-4c8d-84d8-cd145e483c9c|90 |2020-05-20 16:11:03.651|
+---+------------------------------------+-----+-----------------------+
请问下这是怎么回事?

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

No branches or pull requests

1 participant