Github user rmetzger commented on the pull request:

    https://github.com/apache/flink/pull/800#issuecomment-109807683
  
    This change will cause some java compiler warnings, because our class 
`org.apache.flink.addons.hbase.TableInputFormat` has a field 
`org.apache.hadoop.hbase.client.HTable` which has two annotations:
    ```java
    @InterfaceAudience.Public
    @InterfaceStability.Stable
    public class HTable implements HTableInterface {
    ```
    And these annotations are in the "hbase-annotations" package. So the 
compiler will not be able to find the annotations and complain about it 
(without failing).
    
    Still, I think we can merge the change ...


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to