aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8029] Robust shuffle writerDavies Liu2015-11-122-10/+12
* [SPARK-11663][STREAMING] Add Java API for trackStateByKeyShixiong Zhu2015-11-121-0/+27
* [SPARK-11564][SQL][FOLLOW-UP] improve java api for GroupedDatasetWenchen Fan2015-11-095-2/+87
* [SPARK-11564][SQL] Dataset Java API auditReynold Xin2015-11-087-1/+169
* [SPARK-11389][CORE] Add support for off-heap memory to MemoryManagerJosh Rosen2015-11-063-27/+78
* [SPARK-7542][SQL] Support off-heap index/sort bufferDavies Liu2015-11-059-154/+178
* [SPARK-11425] [SPARK-11486] Improve hybrid aggregationDavies Liu2015-11-043-30/+70
* [SPARK-11493] remove bitset from BytesToBytesMapDavies Liu2015-11-041-43/+15
* [SPARK-10949] Update Snappy version to 1.1.2Adam Roberts2015-11-041-2/+2
* [SPARK-11505][SQL] Break aggregate functions into multiple filesReynold Xin2015-11-041-1/+4
* [SPARK-10342] [SPARK-10309] [SPARK-10474] [SPARK-10929] [SQL] Cooperative mem...Davies Liu2015-10-2910-588/+868
* [SPARK-10984] Simplify *MemoryManager class structureJosh Rosen2015-10-258-101/+343
* [SPARK-10708] Consolidate sort shuffle implementationsJosh Rosen2015-10-228-107/+122
* [SPARK-9867] [SQL] Move utilities for binary data into ByteArrayTakeshi YAMAMURO2015-10-011-15/+2
* [SPARK-10833] [BUILD] Inline, organize BSD/MIT licenses in LICENSESean Owen2015-09-281-0/+18
* [SPARK-10761] Refactor DiskBlockObjectWriter to not require BlockIdJosh Rosen2015-09-241-5/+4
* [SPARK-10474] [SQL] Aggregation fails to allocate memory for pointer array (r...Andrew Or2015-09-231-39/+12
* [SPARK-10721] Log warning when file deletion failstedyu2015-09-231-1/+6
* [SPARK-10474] [SQL] Aggregation fails to allocate memory for pointer arrayAndrew Or2015-09-181-2/+12
* [SPARK-10576] [BUILD] Move .java files out of src/main/scalaSean Owen2015-09-144-0/+145
* [SPARK-10379] preserve first page in UnsafeShuffleExternalSorterDavies Liu2015-09-021-0/+4
* [SPARK-9613] [CORE] Ban use of JavaConversions and migrate all existing uses ...Sean Owen2015-08-251-2/+2
* [SPARK-9980] [BUILD] Fix SBT publishLocal error due to invalid characters in docHerman van Hovell2015-08-151-3/+3
* [SPARK-9832] [SQL] add a thread-safe lookup for BytesToBytseMapDavies Liu2015-08-121-8/+22
* [SPARK-9747] [SQL] Avoid starving an unsafe operator in aggregationAndrew Or2015-08-122-14/+29
* [SPARK-9815] Rename PlatformDependent.UNSAFE -> Platform.Reynold Xin2015-08-119-54/+39
* [SPARK-9674] Re-enable ignored test in SQLQuerySuiteAndrew Or2015-08-071-4/+33
* [SPARK-9453] [SQL] support records larger than page size in UnsafeShuffleExte...Davies Liu2015-08-062-60/+93
* [SPARK-9700] Pick default page size more intelligently.Reynold Xin2015-08-063-10/+2
* [SPARK-9709] [SQL] Avoid starving unsafe operators that use sortAndrew Or2015-08-061-14/+29
* [SPARK-9548][SQL] Add a destructive iterator for BytesToBytesMapLiang-Chi Hsieh2015-08-061-3/+30
* [SPARK-9611] [SQL] Fixes a few corner cases when we spill a UnsafeFixedWidthA...Yin Huai2015-08-052-18/+30
* [HOTFIX] Add static import to fix build break from #7676.Josh Rosen2015-08-051-0/+1
* [SPARK-9360] [SQL] Support BinaryType in PrefixComparators for UnsafeExternal...Takeshi YAMAMURO2015-08-051-0/+35
* [SPARK-9452] [SQL] Support records larger than page size in UnsafeExternalSorterJosh Rosen2015-08-041-52/+121
* [SPARK-9534] [BUILD] Enable javac lint for scalac parity; fix a lot of build ...Sean Owen2015-08-041-8/+11
* [SPARK-9577][SQL] Surface concrete iterator types in various sort classes.Reynold Xin2015-08-032-4/+4
* [SPARK-8735] [SQL] Expose memory usage for shuffles, joins and aggregationsAndrew Or2015-08-034-12/+90
* [SPARK-9531] [SQL] UnsafeFixedWidthAggregationMap.destructAndCreateExternalSo...Reynold Xin2015-08-025-53/+187
* [SPARK-9520] [SQL] Support in-place sort in UnsafeFixedWidthAggregationMapReynold Xin2015-08-011-10/+31
* [SPARK-9517][SQL] BytesToBytesMap should encode data the same way as UnsafeEx...Reynold Xin2015-07-312-27/+46
* [SPARK-9451] [SQL] Support entries larger than default page size in BytesToBy...Josh Rosen2015-07-312-0/+750
* [SPARK-9458][SPARK-9469][SQL] Code generate prefix computation in sorting & m...Reynold Xin2015-07-301-21/+28
* [SPARK-8850] [SQL] Enable Unsafe mode by defaultJosh Rosen2015-07-301-0/+14
* Revert "[SPARK-9458] Avoid object allocation in prefix generation."Reynold Xin2015-07-301-0/+16
* [SPARK-9460] Avoid byte array allocation in StringPrefixComparator.Reynold Xin2015-07-291-26/+3
* [SPARK-9458] Avoid object allocation in prefix generation.Reynold Xin2015-07-291-16/+0
* [SPARK-9411] [SQL] Make Tungsten page sizes configurableJosh Rosen2015-07-293-28/+42
* [SPARK-9364] Fix array out of bounds and use-after-free bugs in UnsafeExterna...Josh Rosen2015-07-271-1/+6
* [SPARK-8797] [SPARK-9146] [SPARK-9145] [SPARK-9147] Support NaN ordering and ...Josh Rosen2015-07-201-2/+3