Re: [PR] [FLINK-34078][state]Move InternalKeyContext classes from o.a.f.runtim… [flink]

2024-01-15 Thread via GitHub


masteryhx closed pull request #24093: [FLINK-34078][state]Move 
InternalKeyContext classes from o.a.f.runtim…
URL: https://github.com/apache/flink/pull/24093


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

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



Re: [PR] [FLINK-34078][state]Move InternalKeyContext classes from o.a.f.runtim… [flink]

2024-01-15 Thread via GitHub


ljz2051 commented on PR #24093:
URL: https://github.com/apache/flink/pull/24093#issuecomment-1892971770

   @masteryhx Would you please help to review this pr?


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

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



Re: [PR] [FLINK-34078][state]Move InternalKeyContext classes from o.a.f.runtim… [flink]

2024-01-15 Thread via GitHub


flinkbot commented on PR #24093:
URL: https://github.com/apache/flink/pull/24093#issuecomment-1891865739

   
   ## CI report:
   
   * 9ae5117d0de3ee3f62a221c0983fac45ed04c201 UNKNOWN
   
   
   Bot commands
 The @flinkbot bot supports the following commands:
   
- `@flinkbot run azure` re-run the last Azure build
   


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

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



[PR] [FLINK-34078][state]Move InternalKeyContext classes from o.a.f.runtim… [flink]

2024-01-15 Thread via GitHub


ljz2051 opened a new pull request, #24093:
URL: https://github.com/apache/flink/pull/24093

   …e.state.heap to o.a.f.runtime.state package
   
   ## What is the purpose of the change
   
   *(For example: This pull request makes task deployment go through the blob 
server, rather than through RPC. That way we avoid re-transferring them on each 
deployment (during recovery).)*
   
   This pull request move InternalKeyContext classes from 
org.apache.flink.runtime.state.heap package to org.apache.flink.runtime.state 
package.
   
   ## Brief change log
   
 - move InternalKeyContext and InternalKeyContextImpl to 
org.apache.flink.runtime.state package.
   
   ## Verifying this change
   
   This change is a trivial rework without any test coverage.
   
   ## Does this pull request potentially affect one of the following parts:
   
 - Dependencies (does it add or upgrade a dependency): no
 - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: no
 - The serializers: no
 - The runtime per-record code paths (performance sensitive): no
 - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Kubernetes/Yarn, ZooKeeper: no
 - The S3 file system connector: no
   
   ## Documentation
   
 - Does this pull request introduce a new feature? no
   


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

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