aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12659] fix NPE in UnsafeExternalSorter (used by cartesian product)Davies Liu2016-01-052-11/+13
* [SPARK-6990][BUILD] Add Java linting script; fix minor warningsDmitry Erastov2015-12-041-1/+1
* [SPARK-12089] [SQL] Fix memory corrupt due to freeing a page being referencedNong2015-12-041-2/+5
* [SPARK-11206] Support SQL UI on the history server (resubmit)Carson Wang2015-12-032-0/+7
* [SPARK-12046][DOC] Fixes various ScalaDoc/JavaDoc issuesCheng Lian2015-12-013-3/+3
* Revert "[SPARK-11206] Support SQL UI on the history server"Josh Rosen2015-11-302-7/+0
* [SPARK-11982] [SQL] improve performance of cartesian productDavies Liu2015-11-302-0/+70
* [SPARK-11206] Support SQL UI on the history serverCarson Wang2015-11-252-0/+7
* [SPARK-11805] free the array in UnsafeExternalSorter during spillingDavies Liu2015-11-242-22/+19
* [SPARK-11933][SQL] Rename mapGroup -> mapGroups and flatMapGroup -> flatMapGr...Reynold Xin2015-11-232-2/+2
* [SPARK-11899][SQL] API audit for GroupedDataset.Reynold Xin2015-11-211-1/+1
* [SPARK-11495] Fix potential socket / file handle leaks that were found via st...Josh Rosen2015-11-182-15/+30
* [SPARK-4557][STREAMING] Spark Streaming foreachRDD Java API method should acc...Bryan Cutler2015-11-181-0/+27
* [SPARK-11792][SQL] SizeEstimator cannot provide a good size estimation of Uns...Yin Huai2015-11-181-0/+3
* [SPARK-11625][SQL] add java test for typed aggregateWenchen Fan2015-11-161-1/+1
* [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