Skip to content

[Feature][Connector] support avro format #4976

Closed
liunaijie wants to merge 32 commits intoapache:devfrom
liunaijie:dev
Closed

[Feature][Connector] support avro format #4976
liunaijie wants to merge 32 commits intoapache:devfrom
liunaijie:dev

Conversation

@liunaijie
Copy link
Member

Purpose of this pull request

close #4821

  • added avro format and UT
  • kafka support avro format and e2e test

Check list

- added avro format and UT
- kafka support avro format and e2e test
@TyrantLucifer
Copy link
Member

Good pr, let's waiting CI/CD

@liunaijie liunaijie force-pushed the dev branch 2 times, most recently from a3aca9e to 2b37d49 Compare June 27, 2023 08:59
@liunaijie
Copy link
Member Author

pls re-trigger the CI.

@liugddx
Copy link
Member

liugddx commented Jun 27, 2023

@liunaijie liunaijie force-pushed the dev branch 2 times, most recently from 9b59440 to a9f4d1f Compare June 27, 2023 13:01
@liunaijie
Copy link
Member Author

@TyrantLucifer @liugddx PTAL

Copy link
Contributor

@TaoZex TaoZex left a comment

Choose a reason for hiding this comment

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

LGTM

@liunaijie liunaijie force-pushed the dev branch 2 times, most recently from f68f382 to 309d293 Compare July 6, 2023 15:31
@liunaijie
Copy link
Member Author

can we re-trigger the tests, i check the error, it's failed on PaimonIT. get NPE when write data to paimon. but the col name and value all are not null.
image

image

@liugddx
Copy link
Member

liugddx commented Jul 7, 2023

can we re-trigger the tests, i check the error, it's failed on PaimonIT. get NPE when write data to paimon. but the col name and value all are not null.

This looks like a bug

@liugddx liugddx closed this Jul 7, 2023
@liugddx liugddx reopened this Jul 7, 2023
@liunaijie
Copy link
Member Author

I remember when use avro 1.10.2 it can pass the actions. so i will increase the avro version to verify is this related.

@liunaijie
Copy link
Member Author

increase the avro version same with paimon

Signed-off-by: Jarvis <liunaijie1996@163.com>
@liunaijie
Copy link
Member Author

updated to 1.10.2. now i think it can pass the CI/CD

@liunaijie
Copy link
Member Author

It's weird, in this action I updated avro version to 1.10.2, but forgot to change the license.txt. this action pass all tests, exclude dependency check.

image

and when i updated the licences.txt and ru-run. fail on other stage.
image

@liugddx
Copy link
Member

liugddx commented Jul 10, 2023

It's weird, in this action I updated avro version to 1.10.2, but forgot to change the license.txt. this action pass all tests, exclude dependency check.

image

and when i updated the licences.txt and ru-run. fail on other stage. image

Can you see why?

@liunaijie
Copy link
Member Author

i run the actions on myself repo. it run successful without any change

https://github.com/liunaijie/seatunnel/actions/runs/5507761324
https://github.com/liunaijie/seatunnel/actions/runs/5507761323
https://github.com/liunaijie/seatunnel/actions/runs/5507761322

here is the code campare, you can see i don't have any change exclude the action config.
liunaijie/seatunnel@dev...liunaijie:seatunnel:avro-1.10.2

pls re-trigger the ci, let's see the result.

@liugddx liugddx closed this Jul 11, 2023
@liugddx liugddx reopened this Jul 11, 2023
Co-authored-by: wsstony <tonymao777@163.com>
lightzhao and others added 29 commits July 13, 2023 16:59
Co-authored-by: lightzhao <zhaolianyong777@gmail.com>
… redundant code (apache#4982)

Co-authored-by: chenzy15 <chenzy15@ziroom.com>
…he#4964)

* [Improve][Connector-V2][Jindo-Oss] Optimize jindo-oss connector

* [Improve][Connector-V2][Jindo-Oss] Update module name

* [Hotfix][Connector-V2][StarRocks] Fix code style
… SQL Transform plugin (apache#4991)

Co-authored-by: mcy <rewrma@163.com>
Co-authored-by: chenqqq11 <chenzy15@ziroom.com>
…ker image (apache#5022)

Co-authored-by: yctan <1417983443@qq.com>
…#5033) (apache#5035)

* [bugfix] change MySQL CDC serverId from int to long (apache#5033)

* style: 🎨 optimize code style
)


---------

Co-authored-by: silenceland <silenceland23@163.com>
Co-authored-by: changhuyan <877018069@qq.com>
…t file cannot be generated apache#4985 (apache#5051)

* fix after the savepoint job is restored, the checkpoint file cannot be generated
@liunaijie liunaijie closed this Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature][Connector]We need avro format for data when using rocketmq or kafka