aboutsummaryrefslogtreecommitdiff
path: root/common/unsafe
AgeCommit message (Expand)Author
2017-03-22[SPARK-20027][DOCS] Compilation fix in java docs.Prashant Sharma
2017-03-08[SPARK-19843][SQL][FOLLOWUP] Classdoc for `IntWrapper` and `LongWrapper`Tejas Patil
2017-03-07[SPARK-19843][SQL] UTF8String => (int / long) conversion expensive for invali...Tejas Patil
2017-02-27[MINOR][BUILD] Fix lint-java breaks in Javahyukjinkwon
2017-02-24[SPARK-17495][SQL] Add more tests for hive hashTejas Patil
2017-02-16[SPARK-18352][SQL] Support parsing multiline json filesNathan Howell
2017-02-16[SPARK-19550][BUILD][CORE][WIP] Remove Java 7 supportSean Owen
2017-01-12[SPARK-19178][SQL] convert string of large numbers to int should return nullWenchen Fan
2016-12-23[SPARK-18963] o.a.s.unsafe.types.UTF8StringSuite.writeToOutputStreamIntArray ...Pete Robbins
2016-12-21[SPARK-17807][CORE] split test-tags into test-JARRyan Williams
2016-12-16[MINOR][BUILD] Fix lint-check failures and javadoc8 breakhyukjinkwon
2016-12-02[SPARK-18695] Bump master branch version to 2.2.0-SNAPSHOTReynold Xin
2016-12-01[SPARK-18658][SQL] Write text records directly to a FileOutputStreamNathan Howell
2016-11-14[SPARK-18124] Observed delay based Event Time WatermarksMichael Armbrust
2016-10-04[SPARK-17495][SQL] Add Hash capability semantically equivalent to Hive'sTejas Patil
2016-10-04[SPARK-16962][CORE][SQL] Fix misaligned record accesses for SPARC architecturessumansomasundar
2016-09-27[SPARK-15962][SQL] Introduce implementation with a dense format for UnsafeArr...Kazuaki Ishizaki
2016-09-06[SPARK-17299] TRIM/LTRIM/RTRIM should not strips characters other than spacesSandeep Singh
2016-09-01[SPARK-17331][CORE][MLLIB] Avoid allocating 0-length arraysSean Owen
2016-08-22[SPARK-17127] Make unaligned access in unsafe available for AArch64Richael
2016-07-19[SPARK-16535][BUILD] In pom.xml, remove groupId which is redundant definition...Xin Ren
2016-07-13[MINOR] Fix Java style errors and remove unused importsXin Ren
2016-07-11[SPARK-16477] Bump master version to 2.1.0-SNAPSHOTReynold Xin
2016-07-06[SPARK-16021] Fill freed memory in test to help catch correctness bugsEric Liang
2016-06-03[SPARK-15391] [SQL] manage the temporary memory of timsortDavies Liu
2016-05-29[MINOR] Resolve a number of miscellaneous build warningsSean Owen
2016-05-17[SPARK-15290][BUILD] Move annotations, like @Since / @DeveloperApi, into spar...Sean Owen
2016-04-28Revert "[SPARK-14613][ML] Add @Since into the matrix and vector classes in sp...Yin Huai
2016-04-28[SPARK-14613][ML] Add @Since into the matrix and vector classes in spark-mlli...Pravin Gadakh
2016-04-26[SPARK-14756][CORE] Use parseLong instead of valueOfAzeem Jiva
2016-04-01[SPARK-13992] Add support for off-heap cachingJosh Rosen
2016-03-29[SPARK-12181] Check Cached unaligned-access capability before using Unsafetedyu
2016-03-21[SPARK-14011][CORE][SQL] Enable `LineLength` Java checkstyle ruleDongjoon Hyun
2016-03-16[SPARK-13823][SPARK-13397][SPARK-13395][CORE] More warnings, StandardCharset ...Sean Owen
2016-03-13[SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte...Sean Owen
2016-03-09[SPARK-13692][CORE][SQL] Fix trivial Coverity/Checkstyle defectsDongjoon Hyun
2016-03-03[SPARK-13423][WIP][CORE][SQL][STREAMING] Static analysis fixes for 2.xSean Owen
2016-03-01[SPARK-13548][BUILD] Move tags and unsafe modules into commonReynold Xin