Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #161 from apache/prepare-for-release
Minor updates before release
- Loading branch information
Showing
63 changed files
with
30 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,12 +1,12 @@ | ||
Apache DataSketches Memory | ||
Copyright 2022 - The Apache Software Foundation | ||
|
||
Copyright 2021 - The Apache Software Foundation | ||
|
||
Copyright 2015-2018 Yahoo | ||
Copyright 2019 Verizon Media | ||
Copyright 2015-2018 Yahoo Inc. | ||
Copyright 2019-2020 Verizon Media | ||
Copyright 2021 Yahoo Inc. | ||
|
||
This product includes software developed at | ||
The Apache Software Foundation (http://www.apache.org/). | ||
|
||
Prior to moving to ASF, the software for this project was developed at | ||
Yahoo (now Verizon Media) (https://developer.yahoo.com). | ||
Yahoo Inc. (https://developer.yahoo.com). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -43,4 +43,4 @@ public interface Map extends AutoCloseable { | ||
*/ | ||
boolean isLoaded(); | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -47,4 +47,4 @@ public MemoryCleaner(final Object referent, final Runnable deallocator) { | ||
public void clean() { | ||
cleaner.clean(); | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -32,7 +32,6 @@ | ||
import org.testng.annotations.AfterClass; | ||
import org.testng.annotations.Test; | ||
|
||
@SuppressWarnings("javadoc") | ||
public class AllocateDirectMemoryTest { | ||
|
||
@Test | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -30,7 +30,6 @@ | ||
/** | ||
* @author Lee Rhodes | ||
*/ | ||
@SuppressWarnings("javadoc") | ||
public class BaseBufferTest { | ||
|
||
@Test | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -37,7 +37,6 @@ | ||
import org.apache.datasketches.memory.internal.Util; | ||
import org.testng.annotations.Test; | ||
|
||
@SuppressWarnings("javadoc") | ||
public class BaseStateTest { | ||
|
||
@Test | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -35,7 +35,6 @@ | ||
import org.apache.datasketches.memory.WritableMemory; | ||
import org.testng.annotations.Test; | ||
|
||
@SuppressWarnings("javadoc") | ||
public class Buffer2Test { | ||
|
||
@Test | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -33,7 +33,6 @@ | ||
/** | ||
* @author Lee Rhodes | ||
*/ | ||
@SuppressWarnings("javadoc") | ||
public class BufferInvariantsTest { | ||
|
||
@Test | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -26,7 +26,6 @@ | ||
import org.apache.datasketches.memory.WritableMemory; | ||
import org.testng.annotations.Test; | ||
|
||
@SuppressWarnings("javadoc") | ||
public class CommonBufferTest { | ||
|
||
@Test | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -31,7 +31,6 @@ | ||
import org.apache.datasketches.memory.WritableMemory; | ||
import org.testng.annotations.Test; | ||
|
||
@SuppressWarnings("javadoc") | ||
public class CommonMemoryTest { | ||
|
||
@Test | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -29,7 +29,6 @@ | ||
/** | ||
* @author Lee Rhodes | ||
*/ | ||
@SuppressWarnings("javadoc") | ||
public class CopyMemoryOverlapTest { | ||
|
||
@Test | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -30,7 +30,6 @@ | ||
import org.testng.Assert; | ||
import org.testng.annotations.Test; | ||
|
||
@SuppressWarnings("javadoc") | ||
public class CopyMemoryTest { | ||
|
||
@Test | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -48,7 +48,6 @@ | ||
* @author Lee Rhodes | ||
* | ||
*/ | ||
@SuppressWarnings("javadoc") | ||
public class DruidIssue11544Test { | ||
|
||
@Test | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -25,7 +25,6 @@ | ||
import org.testng.annotations.BeforeClass; | ||
import org.testng.annotations.Test; | ||
|
||
@SuppressWarnings("javadoc") | ||
public class IgnoredArrayOverflowTest { | ||
|
||
private WritableHandle h; | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -22,7 +22,6 @@ | ||
import org.apache.datasketches.memory.MemoryCloseException; | ||
import org.testng.annotations.Test; | ||
|
||
@SuppressWarnings("javadoc") | ||
public class MemoryCloseExceptionTest { | ||
|
||
@Test | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -33,7 +33,6 @@ | ||
import org.testng.Assert; | ||
import org.testng.annotations.Test; | ||
|
||
@SuppressWarnings("javadoc") | ||
public class MemoryWriteToTest { | ||
|
||
@Test | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -36,7 +36,6 @@ | ||
* | ||
* @author Lee Rhodes | ||
*/ | ||
@SuppressWarnings("javadoc") | ||
public class MurmurHash3v2Test { | ||
|
||
@Test | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -26,7 +26,6 @@ | ||
/** | ||
* @author Lee Rhodes | ||
*/ | ||
@SuppressWarnings("javadoc") | ||
public class NioBitsTest { | ||
|
||
@Test | ||