aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12088][SQL] check connection.isClosed before calling connection…Huaxin Gao2015-12-031-1/+1
* [SPARK-12093][SQL] Fix the error of comment in DDLParserYadong Qi2015-12-031-3/+3
* [SPARK-12077][SQL] change the default plan for single distinctDavies Liu2015-12-012-3/+3
* [SPARK-11788][SQL] surround timestamp/date value with quotes in JDBC data sourceHuaxin Gao2015-12-012-1/+14
* [SPARK-11328][SQL] Improve error message when hitting this issueNong Li2015-12-012-3/+22
* [SPARK-11905][SQL] Support Persist/Cache and Unpersist in Dataset APIsgatorsmile2015-12-016-18/+162
* [SPARK-11954][SQL] Encoder for JavaBeansWenchen Fan2015-12-011-4/+170
* [SPARK-11856][SQL] add type cast if the real type is different but compatible...Wenchen Fan2015-12-012-10/+15
* [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-011-0/+10
* 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-12024][SQL] More efficient multi-column counting.Herman van Hovell2015-11-292-22/+21
* [SPARK-12028] [SQL] get_json_object returns an incorrect result when the valu...gatorsmile2015-11-271-0/+20
* [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-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-11206] Support SQL UI on the history serverCarson Wang2015-11-2513-129/+269
* 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-247-108/+165
* [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
* 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-244-76/+116
* [SPARK-11942][SQL] fix encoder life cycle for CoGroupWenchen Fan2015-11-243-10/+26
* [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-232-2/+38
* [SPARK-11933][SQL] Rename mapGroup -> mapGroups and flatMapGroup -> flatMapGr...Reynold Xin2015-11-234-31/+31
* [SPARK-11913][SQL] support typed aggregate with complex buffer schemaWenchen Fan2015-11-232-10/+56
* [SPARK-11894][SQL] fix isNull for GetInternalRowFieldWenchen Fan2015-11-231-1/+14
* [SPARK-11628][SQL] support column datatype of char(x) to recognize HiveCharXiu Guo2015-11-231-0/+5
* [SPARK-11899][SQL] API audit for GroupedDataset.Reynold Xin2015-11-216-42/+125
* [SPARK-11901][SQL] API audit for Aggregator.Reynold Xin2015-11-212-16/+24
* [HOTFIX] Fix Java Dataset TestsMichael 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-206-22/+360
* [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-201-0/+3
* [SPARK-11876][SQL] Support printSchema in DataSet APIgatorsmile2015-11-202-9/+9
* [SPARK-11544][SQL][TEST-HADOOP1.0] sqlContext doesn't use PathFilterDilip Biswal2015-11-192-7/+59