aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* more wipescapeJakob Odersky2016-10-203-7/+4
* wipJakob Odersky2016-10-192-1/+10
* Implement Hive's 'like' behaviourJakob Odersky2016-10-183-37/+36
* fix style issuesJakob Odersky2016-10-131-2/+7
* Add more documentationJakob Odersky2016-10-132-11/+63
* Fix testsJakob Odersky2016-10-071-2/+2
* Factor out foldLeft to a for loop and mutable stateJakob Odersky2016-10-071-4/+5
* Add more tests for various combinations of backslashes and SQL pattern charac...Jakob Odersky2016-10-071-0/+14
* Fix backslash escaping in 'LIKE' patterns.Jakob Odersky2016-10-072-19/+19
* [SPARK-17798][SQL] Remove redundant Experimental annotations in sql.streamingReynold Xin2016-10-063-60/+1
* [SPARK-17750][SQL] Fix CREATE VIEW with INTERVAL arithmetic.Dongjoon Hyun2016-10-064-1/+43
* [BUILD] Closing some stale PRshyukjinkwon2016-10-060-0/+0
* [MINOR][ML] Avoid 2D array flatten in NB training.Yanbo Liang2016-10-051-4/+4
* [SPARK-17346][SQL][TEST-MAVEN] Generate the sql test jar to fix the maven buildShixiong Zhu2016-10-053-0/+42
* [SPARK-17346][SQL] Add Kafka source for Structured StreamingShixiong Zhu2016-10-0521-23/+2268
* [SPARK-17758][SQL] Last returns wrong result in case of empty partitionHerman van Hovell2016-10-053-13/+184
* [SPARK-17778][TESTS] Mock SparkContext to reduce memory usage of BlockManager...Shixiong Zhu2016-10-051-1/+4
* [SPARK-17239][ML][DOC] Update user guide for multiclass logistic regressionsethah2016-10-057-7/+255
* [SPARK-17328][SQL] Fix NPE with EXPLAIN DESCRIBE TABLEDongjoon Hyun2016-10-055-18/+68
* [SPARK-17258][SQL] Parse scientific decimal literals as decimalsHerman van Hovell2016-10-047-39/+38
* [SPARK-17658][SPARKR] read.df/write.df API taking path optionally in SparkRhyukjinkwon2016-10-046-13/+127
* [SPARK-17495][SQL] Add Hash capability semantically equivalent to Hive'sTejas Patil2016-10-046-151/+631
* [SPARK-17549][SQL] Only collect table size stat in driver for cached relation.Marcelo Vanzin2016-10-042-18/+20
* [SPARKR][DOC] minor formatting and output cleanup for R vignettesFelix Cheung2016-10-041-11/+20
* [SPARK-17744][ML] Parity check between the ml and mllib test suites for NBZheng RuiFeng2016-10-047-12/+70
* [SPARK-16962][CORE][SQL] Fix misaligned record accesses for SPARC architecturessumansomasundar2016-10-046-46/+144
* [SPARK-17671][WEBUI] Spark 2.0 history server summary page is slow even set s...Sean Owen2016-10-047-35/+22
* [SPARK-17559][MLLIB] persist edges if their storage level is non in PeriodicG...ding2016-10-041-1/+4
* [SPARK-17773] Input/Output] Add VoidObjectInspectorErgin Seyfe2016-10-032-0/+3
* [SPARK-17702][SQL] Code generation including too many mutable states exceeds ...Takuya UESHIN2016-10-038-12/+48
* [SPARK-17112][SQL] "select null" via JDBC triggers IllegalArgumentException i...Dongjoon Hyun2016-10-032-6/+46
* [SPARK-17753][SQL] Allow a complex expression as the input a value based case...Herman van Hovell2016-10-033-7/+11
* [SPARK-17587][PYTHON][MLLIB] SparseVector __getitem__ should follow __getitem...zero3232016-10-034-16/+36
* [SPARK-17679] [PYSPARK] remove unnecessary Py4J ListConverter patchJason White2016-10-034-24/+6
* [SPARK-17718][DOCS][MLLIB] Make loss function formulation label note clearer ...Sean Owen2016-10-031-4/+5
* [SPARK-17073][SQL] generate column-level statisticsZhenhua Wang2016-10-0313-114/+906
* [SPARK-17736][DOCUMENTATION][SPARKR] Update R README for rmarkdown,…Jagadeesan2016-10-031-2/+2
* [SPARK-17598][SQL][WEB UI] User-friendly name for Spark Thrift Server in web UIAlex Bozarth2016-10-031-1/+1
* [SPARK-14914][CORE][SQL] Skip/fix some test cases on Windows due to limitatio...Tao LI2016-10-025-12/+16
* [SPARK-17509][SQL] When wrapping catalyst datatype to Hive data type avoid…Sital Kedia2016-10-022-177/+145
* [SPARK-17704][ML][MLLIB] ChiSqSelector performance improvement.Sean Owen2016-10-013-13/+13
* [SPARK-17717][SQL] Add Exist/find methods to Catalog [FOLLOW-UP]Herman van Hovell2016-10-014-88/+71
* [SPARK-17740] Spark tests should mock / interpose HDFS to ensure that streams...Eric Liang2016-09-305-7/+147
* [MINOR][DOC] Add an up-to-date description for default serialization during s...Dongjoon Hyun2016-09-301-0/+1
* [SPARK-17739][SQL] Collapse adjacent similar Window operatorsDongjoon Hyun2016-09-302-0/+90
* [SPARK-15353][CORE] Making peer selection for block replication pluggableShubham Chopra2016-09-309-99/+492
* [SPARK-17703][SQL] Add unnamed version of addReferenceObj for minor objects.Takuya UESHIN2016-09-303-4/+28
* [SPARK-17738] [SQL] fix ARRAY/MAP in columnar cacheDavies Liu2016-09-302-7/+7
* [SPARK-14077][ML][FOLLOW-UP] Revert change for NB Model's Load to maintain co...Zheng RuiFeng2016-09-301-4/+7
* [SPARK-14077][ML] Refactor NaiveBayes to support weighted instancesZheng RuiFeng2016-09-293-112/+191