aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11973][SQL] Improve optimizer code readability.Reynold Xin2015-11-262-26/+26
* [SPARK-11998][SQL][TEST-HADOOP2.0] When downloading Hadoop artifacts from mav...Yin Huai2015-11-263-17/+72
* [SPARK-11863][SQL] Unable to resolve order by if it contains mixture of alias...Dilip Biswal2015-11-262-3/+28
* [SPARK-12005][SQL] Work around VerifyError in HyperLogLogPlusPlus.Marcelo Vanzin2015-11-261-5/+8
* [SPARK-11973] [SQL] push filter through aggregation with alias and literalsDavies Liu2015-11-263-11/+79
* [SPARK-12003] [SQL] remove the prefix for name after expanded starDavies Liu2015-11-251-1/+1
* [SPARK-11206] Support SQL UI on the history serverCarson Wang2015-11-2513-129/+269
* [SPARK-11983][SQL] remove all unused codegen fallback traitDaoyuan Wang2015-11-253-6/+4
* Fix Aggregator documentation (rename present to finish).Reynold Xin2015-11-251-1/+1
* [SPARK-11969] [SQL] [PYSPARK] visualization of SQL query for pysparkDavies Liu2015-11-252-5/+14
* [SPARK-11984][SQL][PYTHON] Fix typos in doc for pivot for scala and pythonfelixcheung2015-11-251-3/+3
* [SPARK-11981][SQL] Move implementations of methods back to DataFrame from Que...Reynold Xin2015-11-253-33/+111
* [SPARK-11970][SQL] Adding JoinType into JoinWith and support Sample in Datase...gatorsmile2015-11-252-16/+65
* [SPARK-10621][SQL] Consistent naming for functions in SQL, Python, ScalaReynold Xin2015-11-241-22/+102
* [SPARK-11947][SQL] Mark deprecated methods with "This will be removed in Spar...Reynold Xin2015-11-248-109/+170
* [SPARK-11967][SQL] Consistent use of varargs for multiple paths in DataFrameR...Reynold Xin2015-11-244-8/+54
* [SPARK-11914][SQL] Support coalesce and repartition in Dataset APIsgatorsmile2015-11-242-0/+34
* [SPARK-11783][SQL] Fixes execution Hive client when using remote Hive metastoreCheng Lian2015-11-241-0/+15
* Added a line of comment to explain why the extra sort exists in pivot.Reynold Xin2015-11-241-1/+1
* [SPARK-11946][SQL] Audit pivot API for 1.6.Reynold Xin2015-11-245-76/+117
* [SPARK-11926][SQL] unify GetStructField and GetInternalRowFieldWenchen Fan2015-11-249-42/+21
* [SPARK-11942][SQL] fix encoder life cycle for CoGroupWenchen Fan2015-11-244-22/+41
* [SPARK-11592][SQL] flush spark-sql command line history to history fileDaoyuan Wang2015-11-241-0/+16
* [SPARK-11043][SQL] BugFix:Set the operator log in the thrift server.huangzhaowei2015-11-243-5/+24
* [SPARK-11897][SQL] Add @scala.annotations.varargs to sql functionsXiu Guo2015-11-241-0/+2
* [SPARK-10707][SQL] Fix nullability computation in union outputMikhail Bautin2015-11-233-5/+46
* [SPARK-11933][SQL] Rename mapGroup -> mapGroups and flatMapGroup -> flatMapGr...Reynold Xin2015-11-234-31/+31
* [SPARK-9866][SQL] Speed up VersionsSuite by using persistent Ivy cacheJosh Rosen2015-11-231-4/+6
* [SPARK-11913][SQL] support typed aggregate with complex buffer schemaWenchen Fan2015-11-232-10/+56
* [SPARK-11921][SQL] fix `nullable` of encoder schemaWenchen Fan2015-11-232-3/+50
* [SPARK-11894][SQL] fix isNull for GetInternalRowFieldWenchen Fan2015-11-232-15/+23
* [SPARK-11628][SQL] support column datatype of char(x) to recognize HiveCharXiu Guo2015-11-236-7/+43
* [SPARK-11908][SQL] Add NullType support to RowEncoderLiang-Chi Hsieh2015-11-223-2/+9
* [SPARK-11899][SQL] API audit for GroupedDataset.Reynold Xin2015-11-218-44/+130
* [SPARK-11901][SQL] API audit for Aggregator.Reynold Xin2015-11-212-16/+24
* [SPARK-11900][SQL] Add since version for all encodersReynold Xin2015-11-211-0/+63
* [SPARK-11819][SQL][FOLLOW-UP] fix scala 2.11 buildWenchen Fan2015-11-201-2/+2
* [HOTFIX] Fix Java Dataset TestsMichael Armbrust2015-11-201-2/+2
* [SPARK-11890][SQL] Fix compilation for Scala 2.11Michael Armbrust2015-11-201-2/+2
* [SPARK-11889][SQL] Fix type inference for GroupedDataset.agg in REPLMichael Armbrust2015-11-202-29/+6
* [SPARK-11787][SPARK-11883][SQL][FOLLOW-UP] Cleanup for this patch.Nong Li2015-11-208-38/+409
* [SPARK-11636][SQL] Support classes defined in the REPL with EncodersMichael Armbrust2015-11-201-2/+2
* [SPARK-11716][SQL] UDFRegistration just drops the input type when re-creating...Jean-Baptiste Onofré2015-11-202-24/+39
* [SPARK-11724][SQL] Change casting between int and timestamp to consistently t...Nong Li2015-11-208-25/+39
* [SPARK-11819][SQL] nice error message for missing encoderWenchen Fan2015-11-202-23/+129
* [SPARK-11817][SQL] Truncating the fractional seconds to prevent inserting a NULLLiang-Chi Hsieh2015-11-202-0/+13
* [SPARK-11876][SQL] Support printSchema in DataSet APIgatorsmile2015-11-202-9/+9
* [SPARK-11877] Prevent agg. fallback conf. from leaking across test suitesJosh Rosen2015-11-201-23/+21
* [SPARK-11544][SQL][TEST-HADOOP1.0] sqlContext doesn't use PathFilterDilip Biswal2015-11-192-7/+59
* [SPARK-11864][SQL] Improve performance of max/minDavies Liu2015-11-195-25/+45