aboutsummaryrefslogtreecommitdiff
path: root/unsafe
Commit message (Expand)AuthorAgeFilesLines
* Preparing Spark release v1.5.0-rc3v1.5.0-rc3Patrick Wendell2015-08-311-1/+1
* Preparing development version 1.5.1-SNAPSHOTPatrick Wendell2015-08-251-1/+1
* Preparing Spark release v1.5.0-rc2v1.5.0-rc2Patrick Wendell2015-08-251-1/+1
* Preparing development version 1.5.0-SNAPSHOTPatrick Wendell2015-08-211-1/+1
* Preparing Spark release v1.5.0-rc2Patrick Wendell2015-08-211-1/+1
* Preparing development version 1.5.1-SNAPSHOTPatrick Wendell2015-08-201-1/+1
* Preparing Spark release v1.5.0-rc1v1.5.0-rc1Patrick Wendell2015-08-201-1/+1
* Preparing development version 1.5.0-SNAPSHOTPatrick Wendell2015-08-201-1/+1
* Preparing Spark release v1.5.0-rc1Patrick Wendell2015-08-201-1/+1
* Preparing development version 1.5.0-SNAPSHOTPatrick Wendell2015-08-201-1/+1
* Preparing Spark release v1.5.0-rc1Patrick Wendell2015-08-201-1/+1
* Preparing development version 1.5.0-SNAPSHOTPatrick Wendell2015-08-201-1/+1
* Preparing Spark release v1.5.0-rc1Patrick Wendell2015-08-201-1/+1
* [SPARK-10095] [SQL] use public API of BigIntegerDavies Liu2015-08-181-18/+0
* [SPARK-9980] [BUILD] Fix SBT publishLocal error due to invalid characters in docHerman van Hovell2015-08-151-1/+1
* [SPARK-9725] [SQL] fix serialization of UTF8String across different JVMDavies Liu2015-08-141-6/+25
* [SPARK-9946] [SPARK-9589] [SQL] fix NPE and thread-safety in TaskMemoryManagerDavies Liu2015-08-141-16/+28
* Preparing development version 1.5.0-SNAPSHOTPatrick Wendell2015-08-121-1/+1
* Preparing Spark release v1.5.0-preview-20150812Patrick Wendell2015-08-121-1/+1
* Preparing development version 1.5.0-SNAPSHOTPatrick Wendell2015-08-111-1/+1
* Preparing Spark release v1.5.0-snapshot-20150811Patrick Wendell2015-08-111-1/+1
* Preparing development version 1.5.0-SNAPSHOTPatrick Wendell2015-08-111-1/+1
* Preparing Spark release v1.5.0-snapshot-20150811Patrick Wendell2015-08-111-1/+1
* [SPARK-9815] Rename PlatformDependent.UNSAFE -> Platform.Reynold Xin2015-08-1110-153/+124
* Preparing development version 1.5.0-SNAPSHOTPatrick Wendell2015-08-101-1/+1
* Preparing Spark release v1.5.0-snapshot-20150810Patrick Wendell2015-08-101-1/+1
* Preparing development version 1.5.0-SNAPSHOTPatrick Wendell2015-08-101-1/+1
* Preparing Spark release v1.5.0-snapshot-20150810Patrick Wendell2015-08-101-1/+1
* [SPARK-9728][SQL]Support CalendarIntervalType in HiveQLYijie Shen2015-08-082-0/+247
* [SPARK-9700] Pick default page size more intelligently.Reynold Xin2015-08-061-0/+6
* [SPARK-9644] [SQL] Support update DecimalType with precision > 18 in UnsafeRowDavies Liu2015-08-061-0/+26
* [SPARK-8266] [SQL] add function translatezhichao.li2015-08-062-0/+47
* [SPARK-9452] [SQL] Support records larger than page size in UnsafeExternalSorterJosh Rosen2015-08-042-0/+6
* [SPARK-8244] [SQL] string function: find in setTarek Auel2015-08-042-2/+45
* [SPARK-9483] Fix UTF8String.getPrefix for big-endian.Matthew Brandyberry2015-08-031-10/+30
* Preparing development version 1.5.0-SNAPSHOTPatrick Wendell2015-08-031-1/+1
* Preparing Spark release v1.5.0-snapshot-20150803Patrick Wendell2015-08-031-1/+1
* Preparing development version 1.5.0-SNAPSHOTPatrick Wendell2015-08-031-1/+1
* Preparing Spark release v1.5.0-snapshot-20150803Patrick Wendell2015-08-031-1/+1
* Preparing development version 1.5.0-SNAPSHOTPatrick Wendell2015-08-031-1/+1
* Preparing Spark release v1.5.0-snapshot-20150803Patrick Wendell2015-08-031-1/+1
* [SPARK-9404][SPARK-9542][SQL] unsafe array data and map dataWenchen Fan2015-08-021-0/+3
* [SPARK-9543][SQL] Add randomized testing for UnsafeKVExternalSorter.Reynold Xin2015-08-021-1/+1
* [SPARK-9459] [SQL] use generated FromUnsafeProjection to do deep copy for UTF...Davies Liu2015-08-011-1/+12
* [SPARK-8269] [SQL] string function: initcapHuJiayin2015-08-012-0/+96
* [SPARK-9520] [SQL] Support in-place sort in UnsafeFixedWidthAggregationMapReynold Xin2015-08-011-1/+3
* [SPARK-8263] [SQL] substr/substring should also support binary typezhichao.li2015-08-011-6/+11
* [SPARK-9517][SQL] BytesToBytesMap should encode data the same way as UnsafeEx...Reynold Xin2015-07-311-0/+29
* [SPARK-9464][SQL] Property checks for UTF8StringJosh Rosen2015-07-314-11/+280
* [SPARK-8264][SQL]add substring_index functionzhichao.li2015-07-312-1/+117