Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-3539

BigtableIO.Write javadoc of some methods is incorrect

Details

    • Improvement
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • 2.2.0
    • 2.3.0
    • io-java-gcp
    • None

    Description

      Some methods in BigtableIO.Write have wrong javadoc which says that it returns new instance of BigtableIO.Read.

      For example:

       

      /**
       * Returns a new {@link BigtableIO.Read} that will write into the Cloud Bigtable project
       * indicated by given parameter, requires {@link #withInstanceId}
       * to be called to determine the instance.
       *
       * <p>Does not modify this object.
       */
      public Write withProjectId(ValueProvider<String> projectId) {...}
      

       

      Actually, it returns new BigtableIO.Write

      Attachments

        Issue Links

          Activity

            People

              aromanenko Alexey Romanenko
              aromanenko Alexey Romanenko
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: