Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-4176

Travis build fails at flink-connector-kinesis for JDK: openjdk7

    XMLWordPrintableJSON

Details

    Description

      Kinesis consumer code is using the static `Long.hashCode()` method, which is supported only since Java 1.8. Changing to use `Long.valueOf(long).hashCode()` should fix this.

      Attachments

        Issue Links

          Activity

            People

              tzulitai Tzu-Li (Gordon) Tai
              tzulitai Tzu-Li (Gordon) Tai
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: