aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3873][SQL] Import ordering fixes.Marcelo Vanzin2016-01-0585-159/+149
* [SPARK-12636] [SQL] Update UnsafeRowParquetRecordReader to support reading fi...Nong2016-01-052-29/+104
* [SPARK-12480][FOLLOW-UP] use a single column vararg for hashWenchen Fan2016-01-051-2/+2
* [SPARK-12480][SQL] add Hash expression that can calculate hash value for a gr...Wenchen Fan2016-01-041-0/+11
* [SPARK-12600][SQL] Remove deprecated methods in Spark SQLReynold Xin2016-01-047-923/+13
* [SPARK-12509][SQL] Fixed error messages for DataFrame correlation and covarianceNarine Kokhlikyan2016-01-041-6/+7
* [SPARK-12589][SQL] Fix UnsafeRowParquetRecordReader to properly set the row l...Nong Li2016-01-041-0/+9
* [SPARK-12541] [SQL] support cube/rollup as functionDavies Liu2016-01-041-3/+3
* [DOC] Adjust coverage for partitionBy()tedyu2016-01-041-1/+1
* [SPARK-12512][SQL] support column name with dot in withColumn()Xiu Guo2016-01-041-12/+20
* [SPARK-12579][SQL] Force user-specified JDBC driver to take precedenceJosh Rosen2016-01-046-47/+33
* [SPARK-12562][SQL] DataFrame.write.format(text) requires the column name to b...Xiu Guo2016-01-031-4/+5
* [SPARK-12537][SQL] Add option to accept quoting of all character backslash qu...Cazen2016-01-032-2/+9
* Revert "Revert "[SPARK-12286][SPARK-12290][SPARK-12294][SPARK-12284][SQL] alw...Reynold Xin2016-01-0226-310/+51
* [SPARK-12599][MLLIB][SQL] Remove the use of callUDF in MLlibReynold Xin2016-01-021-0/+14
* [SPARK-12481][CORE][STREAMING][SQL] Remove usage of Hadoop deprecated APIs an...Sean Owen2016-01-029-65/+43
* [SPARK-10180][SQL] JDBC datasource are not processing EqualNullSafe filterhyukjinkwon2016-01-021-1/+3
* Revert "[SPARK-12286][SPARK-12290][SPARK-12294][SPARK-12284][SQL] always outp...Reynold Xin2016-01-0126-51/+310
* [SPARK-12286][SPARK-12290][SPARK-12294][SPARK-12284][SQL] always output Unsaf...Davies Liu2016-01-0126-310/+51
* [SPARK-12409][SPARK-12387][SPARK-12391][SQL] Refactor filter pushdown for JDB...Liang-Chi Hsieh2016-01-011-28/+41
* [SPARK-12585] [SQL] move numFields to constructor of UnsafeRowDavies Liu2015-12-309-52/+40
* [SPARK-12409][SPARK-12387][SPARK-12391][SQL] Support AND/OR/IN/LIKE push-down...Takeshi YAMAMURO2015-12-301-1/+8
* [SPARK-12549][SQL] Take Option[Seq[DataType]] in UDF input type specification.Reynold Xin2015-12-294-64/+67
* [SPARK-11199][SPARKR] Improve R context management story and add getOrCreateHossein2015-12-291-1/+1
* [SPARK-11394][SQL] Throw IllegalArgumentException for unsupported types in po...Takeshi YAMAMURO2015-12-281-0/+1
* [SPARK-12547][SQL] Tighten scala style checker enforcement for UDF registrationReynold Xin2015-12-282-29/+30
* [SPARK-12522][SQL][MINOR] Add the missing document strings for the SQL config...gatorsmile2015-12-282-5/+5
* [SPARK-12489][CORE][SQL][MLIB] Fix minor issues found by FindBugsShixiong Zhu2015-12-283-24/+46
* [SPARK-12441][SQL] Fixing missingInput in Generate/MapPartitions/AppendColumn...gatorsmile2015-12-287-3/+28
* [SPARK-12287][SQL] Support UnsafeRow in MapPartitions/MapGroups/CoGroupgatorsmile2015-12-281-0/+13
* [SPARK-12231][SQL] create a combineFilters' projection when we call buildPart...Kevin Yu2015-12-281-5/+23
* [SPARK-12515][SQL][DOC] minor doc update for read.jdbcfelixcheung2015-12-281-5/+6
* [SPARK-12010][SQL] Spark JDBC requires support for column-name-free INSERT sy...CK502015-12-241-8/+4
* [SPARK-11164][SQL] Add InSet pushdown filter back for ParquetLiang-Chi Hsieh2015-12-231-0/+3
* [SPARK-12371][SQL] Runtime nullability check for NewInstanceCheng Lian2015-12-221-1/+2
* [SPARK-12446][SQL] Add unit tests for JDBCRDD internal functionsTakeshi YAMAMURO2015-12-221-31/+32
* [SPARK-12339][SPARK-11206][WEBUI] Added a null check that was removed inAlex Bozarth2015-12-211-6/+8
* [SPARK-12374][SPARK-12150][SQL] Adding logical/physical operators for Rangegatorsmile2015-12-213-7/+80
* [SPARK-12321][SQL] JSON format for TreeNode (use reflection)Wenchen Fan2015-12-212-6/+4
* [SPARK-12398] Smart truncation of DataFrame / Dataset toStringDilip Biswal2015-12-211-1/+14
* [SPARK-12218][SQL] Invalid splitting of nested AND expressions in Data Source...Yin Huai2015-12-181-1/+11
* [SPARK-12054] [SQL] Consider nullability of expression in codegenDavies Liu2015-12-186-97/+19
* [SPARK-11619][SQL] cannot use UDTF in DataFrame.selectExprDilip Biswal2015-12-182-6/+8
* [SPARK-8641][SQL] Native Spark Window functionsHerman van Hovell2015-12-173-339/+380
* [SPARK-12397][SQL] Improve error messages for data sources when they are not ...Reynold Xin2015-12-171-18/+32
* [SQL] Update SQLContext.read.text docYanbo Liang2015-12-172-2/+2
* [SPARK-12395] [SQL] fix resulting columns of outer joinDavies Liu2015-12-171-5/+20
* [SPARK-12057][SQL] Prevent failure on corrupt JSON recordsYin Huai2015-12-162-11/+45
* [SPARK-12164][SQL] Decode the encoded values and then displaygatorsmile2015-12-163-48/+104
* [SPARK-8745] [SQL] remove GenerateProjectionDavies Liu2015-12-162-20/+2