You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "slfan1989 (via GitHub)" <gi...@apache.org> on 2023/03/03 01:23:22 UTC

[GitHub] [iceberg] slfan1989 opened a new pull request, #6987: Flink: Replace Flink Tableschema To Resolvedschema

slfan1989 opened a new pull request, #6987:
URL: https://github.com/apache/iceberg/pull/6987

   ### Background
   
   Flink1.16 `TableSchema` is Deprecated
   
   ```
   This class has been deprecated as part of FLIP-164.
   It has been replaced by two more dedicated classes `Schema` and `ResolvedSchema`.
   Use Schema for declaration in APIs. 
   ResolvedSchema is offered by the framework after resolution and validation.
   ```
   
   In This PR,  I will use `ResolvedSchema` to replace `TableSchema`.
   
   Modifications Include:
   1. Contains the method of tableSchema
   2. Unit testing
   3. Notes
   4. Link references
   


-- 
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@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] slfan1989 closed pull request #6987: Flink: Replace Flink Tableschema To Resolvedschema

Posted by "slfan1989 (via GitHub)" <gi...@apache.org>.
slfan1989 closed pull request #6987: Flink: Replace Flink Tableschema To Resolvedschema
URL: https://github.com/apache/iceberg/pull/6987


-- 
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@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] slfan1989 commented on pull request #6987: Flink: Replace Flink Tableschema To Resolvedschema

Posted by "slfan1989 (via GitHub)" <gi...@apache.org>.
slfan1989 commented on PR #6987:
URL: https://github.com/apache/iceberg/pull/6987#issuecomment-1452804397

   @stevenzwu Can you help review this pr? Thank you very much!
   


-- 
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@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] slfan1989 closed pull request #6987: Flink: Replace Flink Tableschema To Resolvedschema

Posted by "slfan1989 (via GitHub)" <gi...@apache.org>.
slfan1989 closed pull request #6987: Flink: Replace Flink Tableschema To Resolvedschema
URL: https://github.com/apache/iceberg/pull/6987


-- 
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@iceberg.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org