Github user twalthr commented on a diff in the pull request:

    https://github.com/apache/flink/pull/6323#discussion_r202506512
  
    --- Diff: 
flink-connectors/flink-connector-kafka-0.8/src/test/java/org/apache/flink/streaming/connectors/kafka/Kafka08JsonTableSourceFactoryTest.java
 ---
    @@ -21,8 +21,12 @@
     import static 
org.apache.flink.table.descriptors.KafkaValidator.CONNECTOR_VERSION_VALUE_08;
     
     /**
    - * Tests for {@link Kafka08JsonTableSourceFactory}.
    + * Tests for legacy Kafka08JsonTableSourceFactory.
    + *
    + * @deprecated Ensures backwards compatibility with Flink 1.5. Can be 
removed once we
    + *             drop support for format-specific table sources.
      */
    +@Deprecated
    --- End diff --
    
    No but we forgot it in the previous commit.


---

Reply via email to