Skip to content

This set of changes completes the name changes for /theta/ and /tuple/.

5236461
Select commit
Loading
Failed to load commit list.
Closed

Cleanup names phase 4 #689

This set of changes completes the name changes for /theta/ and /tuple/.
5236461
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Oct 14, 2025 in 4s

No new alerts in code changed by this pull request

Annotations

Check notice on line 242 in src/main/java/org/apache/datasketches/tuple/TupleSketch.java

See this annotation in the file changed.

Code scanning / CodeQL

Deprecated method or constructor invocation Note

Invoking
UpdatableTupleSketch.UpdatableTupleSketch
should be avoided because it has been deprecated.

Check notice on line 257 in src/main/java/org/apache/datasketches/tuple/TupleSketch.java

See this annotation in the file changed.

Code scanning / CodeQL

Deprecated method or constructor invocation Note

Invoking
QuickSelectSketch.QuickSelectSketch
should be avoided because it has been deprecated.

Check notice on line 82 in src/test/java/org/apache/datasketches/tuple/adouble/AdoubleTest.java

See this annotation in the file changed.

Code scanning / CodeQL

Deprecated method or constructor invocation Note test

Invoking
DoubleTupleSketch.DoubleTupleSketch
should be avoided because it has been deprecated.

Check notice on line 49 in src/test/java/org/apache/datasketches/tuple/aninteger/IntegerSketchTest.java

See this annotation in the file changed.

Code scanning / CodeQL

Deprecated method or constructor invocation Note test

Invoking
IntegerTupleSketch.IntegerTupleSketch
should be avoided because it has been deprecated.

Check notice on line 56 in src/test/java/org/apache/datasketches/tuple/strings/ArrayOfStringsSketchTest.java

See this annotation in the file changed.

Code scanning / CodeQL

Deprecated method or constructor invocation Note test

Invoking
ArrayOfStringsTupleSketch.ArrayOfStringsTupleSketch
should be avoided because it has been deprecated.