aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11905][SQL] Support Persist/Cache and Unpersist in Dataset APIsgatorsmile2015-12-016-18/+162
* [SPARK-11954][SQL] Encoder for JavaBeansWenchen Fan2015-12-019-20/+608
* [SPARK-11856][SQL] add type cast if the real type is different but compatible...Wenchen Fan2015-12-0110-32/+335
* [SPARK-12068][SQL] use a single column in Dataset.groupBy and count will failWenchen Fan2015-12-014-7/+27
* [SPARK-12046][DOC] Fixes various ScalaDoc/JavaDoc issuesCheng Lian2015-12-011-5/+6
* [SPARK-11949][SQL] Set field nullable property for GroupingSets to get correc...Liang-Chi Hsieh2015-12-012-2/+18
* [SPARK-12018][SQL] Refactor common subexpression elimination codeLiang-Chi Hsieh2015-11-303-34/+14
* fix Maven buildDavies Liu2015-11-301-1/+1
* Revert "[SPARK-11206] Support SQL UI on the history server"Josh Rosen2015-11-3013-269/+129
* [SPARK-11982] [SQL] improve performance of cartesian productDavies Liu2015-11-302-9/+69
* [SPARK-11700] [SQL] Remove thread local SQLContext in SparkPlanDavies Liu2015-11-306-21/+14
* [SPARK-11989][SQL] Only use commit in JDBC data source if the underlying data...CK502015-11-301-3/+19
* [SPARK-12039] [SQL] Ignore HiveSparkSubmitSuite's "SPARK-9757 Persist Parquet...Yin Huai2015-11-291-1/+1
* [SPARK-12024][SQL] More efficient multi-column counting.Herman van Hovell2015-11-296-86/+33
* [SPARK-12028] [SQL] get_json_object returns an incorrect result when the valu...gatorsmile2015-11-272-2/+25
* [SPARK-11997] [SQL] NPE when save a DataFrame as parquet and partitioned by l...Dilip Biswal2015-11-262-1/+14
* Fix style violation for b63938a8b04Reynold Xin2015-11-261-1/+3
* [SPARK-11778][SQL] add regression testHuaxin Gao2015-11-262-10/+32
* [SPARK-11881][SQL] Fix for postgresql fetchsize > 0mariusvniekerk2015-11-263-1/+39
* [SPARK-12011][SQL] Stddev/Variance etc should support columnName as argumentsYanbo Liang2015-11-262-0/+89
* [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