src/main/java/org/apache/datasketches/hive/theta/UnionSketchUDAF.java [53:60]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    + "be operated on by the other sketch-related functions. The optional "
    + "size must be a power of 2, and controls the relative error of the expected "
    + "result. A size of 16384 can be expected to yeild errors of roughly +-1.5% "
    + "in the estimation of uniques with 95% confidence. "
    + "The default size is defined in the sketches-core library and at the time of this writing "
    + "was 4096 (about 3% error). "
    + "The seed is optional, and using it is not recommended unless you really know why you need it")
@SuppressWarnings("deprecation")
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/datasketches/hive/theta/UnionSketchUDF.java [40:47]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        + "be operated on by the other sketch-related functions. The optional "
        + "size must be a power of 2, and controls the relative error of the expected "
        + "result. A size of 16384 can be expected to yeild errors of roughly +-1.5% "
        + "in the estimation of uniques with 95% confidence. "
        + "The default size is defined in the sketches-core library and at the time of this writing "
        + "was 4096 (about 3% error). "
        + "The seed is optional, and using it is not recommended unless you really know why you need it")
@SuppressWarnings("deprecation")
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



