Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-14705

Javadoc for KeyValue constructor is not correct.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.1.2
    • 1.2.0, 1.3.0, 1.0.3, 1.1.3, 0.98.16, 2.0.0
    • None
    • None
    • Reviewed

    Description

        /**
         * Constructs KeyValue structure filled with null value.
         * @param row - row key (arbitrary byte array)
         * @param family family name
         * @param qualifier column qualifier
         */
        public KeyValue(final byte [] row, final byte [] family,
            final byte [] qualifier, final byte [] value) {
          this(row, family, qualifier, HConstants.LATEST_TIMESTAMP, Type.Put, value);
        }
      

      Value is not filled with null.

      Attachments

        1. HBASE-14705-trunk.patch
          0.7 kB
          Jean-Marc Spaggiari

        Activity

          People

            jmspaggi Jean-Marc Spaggiari
            jmspaggi Jean-Marc Spaggiari
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: