aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-18615][DOCS] Switch to multi-line doc to avoid a genjavadoc bug for ba...hyukjinkwon2016-11-2924-43/+129
* [MINOR][DOCS] Updates to the Accumulator example in the programming guide. Fi...aokolnychyi2016-11-291-21/+33
* [SPARK-3359][DOCS] Make javadoc8 working for unidoc/genjavadoc compatibility ...hyukjinkwon2016-11-29125-524/+611
* [SPARK-18188] add checksum for blocks of broadcastDavies Liu2016-11-291-0/+32
* [SPARK-18339][SPARK-18513][SQL] Don't push down current_timestamp for filters...Tyson Condie2016-11-289-33/+273
* [SPARK-18544][SQL] Append with df.saveAsTable writes data to wrong locationEric Liang2016-11-283-9/+34
* [SPARK-18058][SQL][TRIVIAL] Use dataType.sameResult(...) instead equality on ...Herman van Hovell2016-11-284-6/+6
* [SPARK-18547][CORE] Propagate I/O encryption key when executors register.Marcelo Vanzin2016-11-2815-227/+166
* [SPARK-18588][SS][KAFKA] Ignore the flaky kafka testShixiong Zhu2016-11-281-1/+1
* [SPARK-16282][SQL] Follow-up: remove "percentile" from temp function detectio...Shuai Lin2016-11-282-5/+1
* [SPARK-18523][PYSPARK] Make SparkContext.stop more reliableAlexander Shorin2016-11-281-2/+15
* [SPARK-18403][SQL] Fix unsafe data false sharing issue in ObjectHashAggregate...Cheng Lian2016-11-292-74/+101
* [SPARK-18408][ML] API Improvements for LSHYun Ni2016-11-286-221/+306
* [SPARK-18117][CORE] Add test for TaskSetBlacklistImran Rashid2016-11-283-9/+292
* [SPARK-17680][SQL][TEST] Added test cases for InMemoryRelationKazuaki Ishizaki2016-11-281-2/+146
* [SPARK-16282][SQL] Implement percentile SQL function.jiangxingbo2016-11-285-2/+518
* [SQL][MINOR] DESC should use 'Catalog' as partition providerWenchen Fan2016-11-281-1/+1
* [SPARK-18602] Set the version of org.codehaus.janino:commons-compiler to 3.0....Yin Huai2016-11-287-5/+18
* [SPARK-18535][UI][YARN] Redact sensitive information from Spark logs and UIMark Grover2016-11-289-12/+81
* [SPARK-17732][SQL] Revert ALTER TABLE DROP PARTITION should support comparatorsWenchen Fan2016-11-288-189/+34
* [SPARK-18597][SQL] Do not push-down join conditions to the right side of a LE...Herman van Hovell2016-11-284-3/+72
* [SPARK-17783][SQL] Hide Credentials in CREATE and DESC FORMATTED/EXTENDED a P...gatorsmile2016-11-285-8/+62
* [SPARK-18118][SQL] fix a compilation error due to nested JavaBeans\nRemove th...Herman van Hovell2016-11-281-1/+1
* [SPARK-18118][SQL] fix a compilation error due to nested JavaBeansKazuaki Ishizaki2016-11-282-2/+437
* [SPARK-18604][SQL] Make sure CollapseWindow returns the attributes in the sam...Herman van Hovell2016-11-282-6/+9
* [SPARK-18585][SQL] Use `ev.isNull = "false"` if possible for Janino to have a...Takuya UESHIN2016-11-272-11/+6
* [SPARK-18482][SQL] make sure Spark can access the table metadata created by o...Wenchen Fan2016-11-272-43/+251
* [SPARK-18594][SQL] Name Validation of Databases/Tablesgatorsmile2016-11-274-27/+57
* [SPARK-17251][SQL] Improve `OuterReference` to be `NamedExpression`Dongjoon Hyun2016-11-263-2/+53
* [WIP][SQL][DOC] Fix incorrect `code` tagWeiqing Yang2016-11-262-2/+2
* [SPARK-18481][ML] ML 2.1 QA: Remove deprecated methods for MLYanbo Liang2016-11-2616-107/+144
* [SPARK-18583][SQL] Fix nullability of InputFileName.Takuya UESHIN2016-11-252-2/+10
* [SPARK-18436][SQL] isin causing SQL syntax error with JDBCjiangxingbo2016-11-253-11/+17
* [SPARK-18413][SQL][FOLLOW-UP] Use `numPartitions` instead of `maxConnections`Dongjoon Hyun2016-11-255-31/+35
* [SPARK-18356][ML] Improve MLKmeans PerformanceZakaria_Hili2016-11-251-4/+16
* [SPARK-18559][SQL] Fix HLL++ with small relative errorZhenhua Wang2016-11-252-4/+14
* [SPARK-3359][BUILD][DOCS] More changes to resolve javadoc 8 errors that will ...hyukjinkwon2016-11-25132-499/+558
* [SPARK-18119][SPARK-CORE] Namenode safemode check is only performed on one na...n.fraison2016-11-251-2/+2
* [SPARK-18575][WEB] Keep same style: adjust the position of driver log linksuncleGen2016-11-251-2/+2
* [SPARK-18578][SQL] Full outer join in correlated subquery returns incorrect r...Nattavut Sutyanyong2016-11-242-0/+55
* [SPARK-18520][ML] Add missing setXXXCol methods for BisectingKMeansModel and ...Zheng RuiFeng2016-11-242-0/+20
* [SPARK-18510][SQL] Follow up to address comments in #15951Shixiong Zhu2016-11-231-15/+20
* [SPARK-18510] Fix data corruption from inferred partition column dataTypesBurak Yavuz2016-11-236-58/+190
* [SPARK-18050][SQL] do not create default database if it already existsWenchen Fan2016-11-231-2/+6
* [SPARK-18522][SQL] Explicit contract for column stats serializationReynold Xin2016-11-239-918/+591
* [SPARK-18557] Downgrade confusing memory leak warning messageReynold Xin2016-11-231-2/+2
* [SPARK-18053][SQL] compare unsafe and safe complex-type values correctlyWenchen Fan2016-11-235-35/+59
* [SPARK-18545][SQL] Verify number of hive client RPCs in PartitionedTablePerfS...Eric Liang2016-11-233-2/+64
* [SPARK-18073][DOCS][WIP] Migrate wiki to spark.apache.org web siteSean Owen2016-11-2313-23/+23
* [SPARK-18179][SQL] Throws analysis exception with a proper message for unsupp...hyukjinkwon2016-11-222-0/+13