Skip to content

Commit 08023a7

Browse files
committed
init commit
1 parent b79bf1d commit 08023a7

File tree

23 files changed

+1800
-174
lines changed

23 files changed

+1800
-174
lines changed

unsafe/src/main/java/org/apache/spark/unsafe/bitset/BitSet.java renamed to core/src/main/java/org/apache/spark/util/collection/unsafe/map/BitSet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
package org.apache.spark.unsafe.bitset;
18+
package org.apache.spark.util.collection.unsafe.map;
1919

2020
import org.apache.spark.unsafe.array.LongArray;
2121
import org.apache.spark.unsafe.memory.MemoryBlock;

unsafe/src/main/java/org/apache/spark/unsafe/bitset/BitSetMethods.java renamed to core/src/main/java/org/apache/spark/util/collection/unsafe/map/BitSetMethods.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
package org.apache.spark.unsafe.bitset;
18+
package org.apache.spark.util.collection.unsafe.map;
1919

2020
import org.apache.spark.unsafe.PlatformDependent;
2121

0 commit comments

Comments
 (0)