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

[Feature][connector-v2][Iceberg] sink plugin #5072

Closed
wants to merge 14 commits into from

Conversation

immustard
Copy link
Contributor

Purpose of this pull request

Check list

@immustard
Copy link
Contributor Author

@hailin0 @EricJoy2048 PTAL

@liugddx
Copy link
Member

liugddx commented Jul 14, 2023

Thanks for your contribution, Here are some comments.

Copy link
Member

@liugddx liugddx left a comment

Choose a reason for hiding this comment

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

  1. Please add document.
  2. Please add e2e test case.

@@ -0,0 +1,48 @@
package org.apache.seatunnel.connectors.seatunnel.iceberg.config;
Copy link
Member

Choose a reason for hiding this comment

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

Please add apache license.

Comment on lines 9 to 15
/**
*
*
* @author mustard
* @version 1.0
* Create by 2023-07-05
*/
Copy link
Member

Choose a reason for hiding this comment

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

Remove these.

Comment on lines 6 to 12
/**
*
*
* @author mustard
* @version 1.0
* Create by 2023-07-05
*/
Copy link
Member

Choose a reason for hiding this comment

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

The same above

* @version 1.0
* Create by 2023-07-05
*/
public interface DataConverter {
Copy link
Member

Choose a reason for hiding this comment

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

The same above

@@ -0,0 +1,219 @@
package org.apache.seatunnel.connectors.seatunnel.iceberg.data;
Copy link
Member

Choose a reason for hiding this comment

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

The same above

Comment on lines 22 to 28
/**
*
*
* @author mustard
* @version 1.0
* Create by 2023-07-05
*/
Copy link
Member

Choose a reason for hiding this comment

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

The same above

* @version 1.0
* Create by 2023-07-05
*/
@RequiredArgsConstructor
Copy link
Member

Choose a reason for hiding this comment

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

The same above

Comment on lines 31 to 37
/**
*
*
* @author mustard
* @version 1.0
* Create by 2023-07-05
*/
Copy link
Member

Choose a reason for hiding this comment

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

The same above

Comment on lines 10 to 17

/**
*
*
* @author mustard
* @version 1.0
* Create by 2023-07-05
*/
Copy link
Member

Choose a reason for hiding this comment

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

The same above

@liugddx
Copy link
Member

liugddx commented Jul 14, 2023

Run mvn spotless:apply before submitting the code.

@liugddx
Copy link
Member

liugddx commented Jul 14, 2023

If you are contributing the connector code, please check that the following files are updated:

  1. Update change log that in connector document. For more details you can refer to connector-v2

  2. Update plugin-mapping.properties and add new connector information in it

  3. Update the pom file of seatunnel-dist

  4. Update the release-note.

@immustard
Copy link
Contributor Author

@liugddx PTAL

@liugddx
Copy link
Member

liugddx commented Jul 19, 2023

@liugddx PTAL

Fix CI error.

@immustard
Copy link
Contributor Author

immustard commented Jun 14, 2024 via email

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