aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
* [DOC] Adjust coverage for partitionBy()tedyu2016-01-041-1/+1
* [SPARK-12512][SQL] support column name with dot in withColumn()Xiu Guo2016-01-042-12/+27
* [SPARK-12470] [SQL] Fix size reduction calculationPete Robbins2016-01-041-4/+4
* [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-032-6/+7
* [SPARK-12537][SQL] Add option to accept quoting of all character backslash qu...Cazen2016-01-033-2/+28
* [SPARK-12533][SQL] hiveContext.table() throws the wrong exceptionthomastechs2016-01-032-4/+4
* Revert "Revert "[SPARK-12286][SPARK-12290][SPARK-12294][SPARK-12284][SQL] alw...Reynold Xin2016-01-0234-574/+74
* [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-0215-156/+60
* [SPARK-10180][SQL] JDBC datasource are not processing EqualNullSafe filterhyukjinkwon2016-01-022-2/+7
* [SPARK-12362][SQL][WIP] Inline Hive ParserHerman van Hovell2016-01-0115-71/+5392
* Revert "[SPARK-12286][SPARK-12290][SPARK-12294][SPARK-12284][SQL] always outp...Reynold Xin2016-01-0134-74/+574
* [SPARK-12286][SPARK-12290][SPARK-12294][SPARK-12284][SQL] always output Unsaf...Davies Liu2016-01-0134-574/+74
* [SPARK-12592][SQL][TEST] Don't mute Spark loggers in TestHive.reset()Cheng Lian2016-01-011-1/+4
* [SPARK-12409][SPARK-12387][SPARK-12391][SQL] Refactor filter pushdown for JDB...Liang-Chi Hsieh2016-01-012-31/+45
* [SPARK-11743][SQL] Move the test for arrayOfUDTLiang-Chi Hsieh2015-12-311-13/+2
* [SPARK-12039][SQL] Re-enable HiveSparkSubmitSuite's SPARK-9757 Persist Parque...Yin Huai2015-12-311-1/+1
* [SPARK-12585] [SQL] move numFields to constructor of UnsafeRowDavies Liu2015-12-3016-137/+86
* [SPARK-8641][SPARK-12455][SQL] Native Spark Window functions - Follow-up (doc...Herman van Hovell2015-12-303-3/+162
* [SPARK-12409][SPARK-12387][SPARK-12391][SQL] Support AND/OR/IN/LIKE push-down...Takeshi YAMAMURO2015-12-302-2/+35
* [SPARK-12495][SQL] use true as default value for propagateNull in NewInstanceWenchen Fan2015-12-307-37/+38
* Revert "[SPARK-12362][SQL][WIP] Inline Hive Parser"Reynold Xin2015-12-3015-5392/+71
* [SPARK-12564][SQL] Improve missing column AnalysisExceptiongatorsmile2015-12-292-2/+2
* [SPARK-12362][SQL][WIP] Inline Hive ParserNong Li2015-12-2915-71/+5392
* [SPARK-12549][SQL] Take Option[Seq[DataType]] in UDF input type specification.Reynold Xin2015-12-295-68/+75
* [SPARK-11199][SPARKR] Improve R context management story and add getOrCreateHossein2015-12-291-1/+1
* [SPARK-12530][BUILD] Fix build break at Spark-Master-Maven-Snapshots from #1293Kazuaki Ishizaki2015-12-291-3/+4
* [SPARK-11394][SQL] Throw IllegalArgumentException for unsupported types in po...Takeshi YAMAMURO2015-12-282-0/+5
* [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-283-8/+11
* [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-2815-18/+63
* [SPARK-7727][SQL] Avoid inner classes in RuleExecutorStephan Kessler2015-12-283-5/+74
* [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-282-5/+64
* [HOT-FIX] bypass hive test when parse logical plan to jsonWenchen Fan2015-12-281-3/+3
* [SPARK-12218] Fixes ORC conjunction predicate push downCheng Lian2015-12-283-30/+112
* [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-12477][SQL] - Tungsten projection fails for null values in array fieldspierre-borckmans2015-12-222-1/+10
* [SPARK-11164][SQL] Add InSet pushdown filter back for ParquetLiang-Chi Hsieh2015-12-233-8/+45
* [SPARK-12478][SQL] Bugfix: Dataset fields of product types can't be nullCheng Lian2015-12-232-4/+15
* [SPARK-12102][SQL] Cast a non-nullable struct field to a nullable field durin...Dilip Biswal2015-12-222-1/+9
* [SPARK-12471][CORE] Spark daemons will log their pid on start up.Nong Li2015-12-221-0/+1
* [SPARK-12456][SQL] Add ExpressionDescription to misc functionsXiu Guo2015-12-224-0/+29
* [SPARK-11677][SQL][FOLLOW-UP] Add tests for checking the ORC filter creation ...hyukjinkwon2015-12-231-0/+236
* [SPARK-12371][SQL] Runtime nullability check for NewInstanceCheng Lian2015-12-227-10/+232
* [SPARK-12446][SQL] Add unit tests for JDBCRDD internal functionsTakeshi YAMAMURO2015-12-222-33/+54
* [SPARK-11823][SQL] Fix flaky JDBC cancellation test in HiveThriftBinaryServer...Josh Rosen2015-12-211-29/+56