aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2017-04-24[SPARK-20453] Bump master branch version to 2.3.0-SNAPSHOTJosh Rosen
2017-04-10[SPARK-17564][TESTS] Fix flaky RequestTimeoutIntegrationSuite.furtherRequests...Shixiong Zhu
2017-04-10[SPARK-20156][CORE][SQL][STREAMING][MLLIB] Java String toLowerCase "Turkish l...Sean Owen
2017-04-09[SPARK-19991][CORE][YARN] FileSegmentManagedBuffer performance improvementSean Owen
2017-03-30[SPARK-19999] Workaround JDK-8165231 to identify PPC64 architectures as suppo...samelamin
2017-03-29[SPARK-19556][CORE] Do not encrypt block manager data in memory.Marcelo Vanzin
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-19[SPARK-19534][TESTS] Convert Java tests to use lambdas, Java 8 featuresSean Owen
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-02-13[SPARK-17714][CORE][TEST-MAVEN][TEST-HADOOP2.6] Avoid using ExecutorClassLoad...Shixiong Zhu
2017-02-13[SPARK-19529] TransportClientFactory.createClient() shouldn't call awaitUnint...Josh Rosen
2017-01-24[SPARK-19139][CORE] New auth mechanism for transport library.Marcelo Vanzin
2017-01-12[SPARK-19178][SQL] convert string of large numbers to int should return nullWenchen Fan
2016-12-28[SPARK-18993][BUILD] Unable to build/compile Spark in IntelliJ due to missing...Sean Owen
2016-12-23[SPARK-18963] o.a.s.unsafe.types.UTF8StringSuite.writeToOutputStreamIntArray ...Pete Robbins
2016-12-22[SPARK-18972][CORE] Fix the netty thread names for RPCShixiong Zhu
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-12[SPARK-18773][CORE] Make commons-crypto config translation consistent.Marcelo Vanzin
2016-12-06[SPARK-18744][CORE] Remove workaround for Netty memory leakShixiong Zhu
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-12-01[SPARK-18663][SQL] Simplify CountMinSketch aggregate implementationReynold Xin
2016-11-29[SPARK-18429][SQL] implement a new Aggregate for CountMinSketchwangzhenhua
2016-11-16[SPARK-18420][BUILD] Fix the errors caused by lint check in JavaXianyang Liu
2016-11-14[SPARK-18124] Observed delay based Event Time WatermarksMichael Armbrust
2016-11-11[SPARK-13331] AES support for over-the-wire encryptionJunjie Chen
2016-10-07[SPARK-17800] Introduce InterfaceStability annotationReynold Xin
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-20[MINOR][BUILD] Fix CheckStyle ErrorWeiqing Yang
2016-09-20[SPARK-17611][YARN][TEST] Make shuffle service test really test auth.Marcelo Vanzin
2016-09-16[SPARK-17543] Missing log4j config file for tests in common/network-…Jagadeesan
2016-09-15[SPARK-17379][BUILD] Upgrade netty-all to 4.0.41 final for bug fixesAdam Roberts
2016-09-09[SPARK-17433] YarnShuffleService doesn't handle moving credentials levelDbThomas Graves
2016-09-06[SPARK-17299] TRIM/LTRIM/RTRIM should not strips characters other than spacesSandeep Singh
2016-09-02[SPARK-16711] YarnShuffleService doesn't re-init properly on YARN rolling upg...Thomas Graves
2016-09-01[SPARK-17331][CORE][MLLIB] Avoid allocating 0-length arraysSean Owen
2016-08-31[SPARK-17332][CORE] Make Java Loggers static membersSean Owen
2016-08-30[SPARK-17314][CORE] Use Netty's DefaultThreadFactory to enable its fast Threa...Shixiong Zhu
2016-08-25[SPARK-17231][CORE] Avoid building debug or trace log messages unless the res...Michael Allman
2016-08-22[SPARK-17127] Make unaligned access in unsafe available for AArch64Richael
2016-08-04[HOTFIX] Remove unnecessary imports from #12944 that broke buildJosh Rosen
2016-08-04[SPARK-15074][SHUFFLE] Cache shuffle index file to speedup shuffle fetchSital Kedia