klion26 commented on issue #7921: [FLINK-11825][StateBackends] Resolve name class of StateTTL TimeCharacteristic class URL: https://github.com/apache/flink/pull/7921#issuecomment-470499933 @fhueske If we want to move `org.apache.flink.streaming.api.TimeCharacteristic` to `flink-core`, how about placing it in package `org.apache.flink.api.common.time`? Another question, we have a function `setStreamTimeCharacteristic` in `org.apache.flink.streaming.api.environment.StreamExecutionEnvironment`, do we label it with `@Deprecated` or replace by a new function `setStreamTimeCharacteristic(org.apache.flink.api.common.time.TimeCharacteris)`, I think labeld it with `@Deprecated` is better for back-ward compatibility as @azagrebin said on the issue. What do you think?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
