You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "hlteoh37 (via GitHub)" <gi...@apache.org> on 2023/03/29 19:51:10 UTC

[GitHub] [flink-connector-aws] hlteoh37 opened a new pull request, #62: [FLINK-31662][connectors][aws] Restructure repository to account for …

hlteoh37 opened a new pull request, #62:
URL: https://github.com/apache/flink-connector-aws/pull/62

   …flink-formats-aws
   
   ## Purpose of the change
   Restructure the flink-connector-aws repository to better account for flink-formats-aws
   
   ## Verifying this change
   This change is a trivial rework / code cleanup without any test coverage.
   
   ## Significant changes
   *(Please check any boxes [x] if the answer is "yes". You can first publish the PR and check them afterwards, for convenience.)*
   - [ ] Dependencies have been added or upgraded
   - [ ] Public API has been changed (Public API is any class annotated with `@Public(Evolving)`)
   - [ ] Serializers have been changed
   - [ ] New feature has been introduced
     - If yes, how is this documented? (not applicable / docs / JavaDocs / not documented)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink-connector-aws] dannycranmer merged pull request #62: [FLINK-31662][connectors][aws] Restructure repository to account for …

Posted by "dannycranmer (via GitHub)" <gi...@apache.org>.
dannycranmer merged PR #62:
URL: https://github.com/apache/flink-connector-aws/pull/62


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink-connector-aws] hlteoh37 commented on pull request #62: [FLINK-31662][connectors][aws] Restructure repository to account for …

Posted by "hlteoh37 (via GitHub)" <gi...@apache.org>.
hlteoh37 commented on PR #62:
URL: https://github.com/apache/flink-connector-aws/pull/62#issuecomment-1614463138

   Structure of repo is now
   
   ```
   flink-connector-aws
   \- flink-connector-aws-base
   \- flink-connector-aws-parent
      \- flink-connector-aws-kinesis-firehose
      \- flink-connector-aws-kinesis-streams
      \- flink-connector-dynamodb
      \- flink-connector-kinesis
      \- flink-sql-connector-aws-kinesis-firehose
      \- flink-sql-connector-aws-kinesis-streams
      \- flink-sql-connector-dynamodb
      \- flink-sql-connector-kinesis
   \- flink-connector-aws-e2e-tests
     \- flink-connector-aws-kinesis-firehose-e2e-tests
     \- flink-connector-aws-kinesis-streams-e2e-tests
     \- flink-connector-kinesis-e2e-tests
     \- flink-formats-avro-glue-schema-registry-e2e-tests
     \- flink-formats-json-glue-schema-registry-e2e-tests
   \- flink-formats-aws-parent
     \- flink-avro-glue-schema-registry
     \- flink-json-glue-schema-registry
   ```
   
   There has been no changes to the names of the maven artifacts exported (so no impact on customers using the maven artifacts). The only differences here is the introduction /renaming of the parent modules


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink-connector-aws] hlteoh37 commented on pull request #62: [FLINK-31662][connectors][aws] Restructure repository to account for …

Posted by "hlteoh37 (via GitHub)" <gi...@apache.org>.
hlteoh37 commented on PR #62:
URL: https://github.com/apache/flink-connector-aws/pull/62#issuecomment-1614457333

   Successfully built
   
   ```
   [INFO] Reactor Summary for Flink : Connectors : AWS 4.2-SNAPSHOT:
   [INFO] 
   [INFO] Flink : Connectors : AWS ........................... SUCCESS [  7.484 s]
   [INFO] Flink : Connectors : AWS : Base .................... SUCCESS [ 19.157 s]
   [INFO] Flink : Connectors : AWS : Parent .................. SUCCESS [  0.749 s]
   [INFO] Flink : Connectors : AWS : Amazon DynamoDB ......... SUCCESS [  8.807 s]
   [INFO] Flink : Connectors : AWS : Amazon Kinesis Data Firehose SUCCESS [  2.636 s]
   [INFO] Flink : Connectors : AWS : Amazon Kinesis Data Streams Connector v2 SUCCESS [  4.832 s]
   [INFO] Flink : Connectors : AWS : Amazon Kinesis Data Streams SUCCESS [ 49.944 s]
   [INFO] Flink : Connectors : AWS : SQL : Amazon DynamoDB ... SUCCESS [ 11.087 s]
   [INFO] Flink : Connectors : AWS : SQL : Amazon Kinesis Data Firehose SUCCESS [  5.450 s]
   [INFO] Flink : Connectors : AWS : SQL : Amazon Kinesis Data Streams Sink v2 SUCCESS [  6.332 s]
   [INFO] Flink : Connectors : AWS : SQL : Amazon Kinesis Data Streams SUCCESS [ 47.312 s]
   [INFO] Flink : Formats : AWS : Parent ..................... SUCCESS [  0.493 s]
   [INFO] Flink : Formats : AWS : Avro Glue Schema Registry .. SUCCESS [  4.034 s]
   [INFO] Flink : Formats : AWS : JSON Glue Schema Registry .. SUCCESS [  2.913 s]
   [INFO] Flink : Connectors : AWS : E2E Tests : Parent ...... SUCCESS [  0.322 s]
   [INFO] Flink : Connectors : AWS : E2E Tests : Amazon Kinesis Firehose SUCCESS [  2.402 s]
   [INFO] Flink : Connectors : AWS : E2E Tests : Amazon Kinesis Streams v2 SUCCESS [  2.395 s]
   [INFO] Flink : Connectors : AWS : E2E Tests : Amazon Kinesis Streams SUCCESS [ 27.507 s]
   [INFO] Flink : Formats : AWS : E2E Tests : Avro Glue Schema Registry SUCCESS [  2.526 s]
   [INFO] Flink : Formats : AWS : E2E Tests : JSON Glue Schema Registry SUCCESS [  2.673 s]
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD SUCCESS
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time:  03:29 min
   [INFO] Finished at: 2023-06-30T11:22:32+01:00
   [INFO] ------------------------------------------------------------------------
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org