aboutsummaryrefslogtreecommitdiff
path: root/common/unsafe/src/main/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19999] Workaround JDK-8165231 to identify PPC64 architectures as suppo...samelamin2017-03-301-12/+16
* [SPARK-20027][DOCS] Compilation fix in java docs.Prashant Sharma2017-03-221-1/+1
* [SPARK-19843][SQL][FOLLOWUP] Classdoc for `IntWrapper` and `LongWrapper`Tejas Patil2017-03-081-4/+15
* [SPARK-19843][SQL] UTF8String => (int / long) conversion expensive for invali...Tejas Patil2017-03-071-48/+72
* [MINOR][BUILD] Fix lint-java breaks in Javahyukjinkwon2017-02-271-1/+2
* [SPARK-17495][SQL] Add more tests for hive hashTejas Patil2017-02-241-1/+1
* [SPARK-18352][SQL] Support parsing multiline json filesNathan Howell2017-02-161-3/+17
* [SPARK-19550][BUILD][CORE][WIP] Remove Java 7 supportSean Owen2017-02-162-49/+48
* [SPARK-19178][SQL] convert string of large numbers to int should return nullWenchen Fan2017-01-121-0/+184
* [MINOR][BUILD] Fix lint-check failures and javadoc8 breakhyukjinkwon2016-12-161-1/+1
* [SPARK-18658][SQL] Write text records directly to a FileOutputStreamNathan Howell2016-12-011-0/+19
* [SPARK-18124] Observed delay based Event Time WatermarksMichael Armbrust2016-11-141-0/+4
* [SPARK-17495][SQL] Add Hash capability semantically equivalent to Hive'sTejas Patil2016-10-041-0/+49
* [SPARK-16962][CORE][SQL] Fix misaligned record accesses for SPARC architecturessumansomasundar2016-10-042-7/+82
* [SPARK-15962][SQL] Introduce implementation with a dense format for UnsafeArr...Kazuaki Ishizaki2016-09-271-0/+4
* [SPARK-17299] TRIM/LTRIM/RTRIM should not strips characters other than spacesSandeep Singh2016-09-061-4/+4
* [SPARK-17331][CORE][MLLIB] Avoid allocating 0-length arraysSean Owen2016-09-011-4/+4
* [SPARK-17127] Make unaligned access in unsafe available for AArch64Richael2016-08-221-1/+1
* [MINOR] Fix Java style errors and remove unused importsXin Ren2016-07-132-4/+3
* [SPARK-16021] Fill freed memory in test to help catch correctness bugsEric Liang2016-07-065-3/+40
* [SPARK-15391] [SQL] manage the temporary memory of timsortDavies Liu2016-06-031-1/+1
* [MINOR] Resolve a number of miscellaneous build warningsSean Owen2016-05-291-2/+2
* [SPARK-14756][CORE] Use parseLong instead of valueOfAzeem Jiva2016-04-261-4/+4
* [SPARK-13992] Add support for off-heap cachingJosh Rosen2016-04-011-0/+32
* [SPARK-12181] Check Cached unaligned-access capability before using Unsafetedyu2016-03-291-0/+28
* [SPARK-14011][CORE][SQL] Enable `LineLength` Java checkstyle ruleDongjoon Hyun2016-03-211-1/+2
* [SPARK-13823][SPARK-13397][SPARK-13395][CORE] More warnings, StandardCharset ...Sean Owen2016-03-161-9/+1
* [SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte...Sean Owen2016-03-131-8/+2
* [SPARK-13692][CORE][SQL] Fix trivial Coverity/Checkstyle defectsDongjoon Hyun2016-03-091-1/+2
* [SPARK-13548][BUILD] Move tags and unsafe modules into commonReynold Xin2016-03-0114-0/+2327