aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12012][SQL] Show more comprehensive PhysicalRDD metadata when visualiz...Cheng Lian2015-12-099-30/+80
* [SPARK-11676][SQL] Parquet filter tests all pass if filters are not really pu...hyukjinkwon2015-12-091-28/+41
* [SPARK-12069][SQL] Update documentation with DatasetsMichael Armbrust2015-12-081-1/+20
* [SPARK-12205][SQL] Pivot fails Analysis when aggregate is UnresolvedFunctionAndrew Ray2015-12-081-0/+8
* [SPARK-12188][SQL] Code refactoring and comment correction in Dataset APIsgatorsmile2015-12-081-40/+40
* [SPARK-12195][SQL] Adding BigDecimal, Date and Timestamp into Encodergatorsmile2015-12-081-0/+17
* [SPARK-11884] Drop multiple columns in the DataFrame APItedyu2015-12-072-8/+23
* [SPARK-12048][SQL] Prevent to close JDBC resources twicegcc2015-12-061-0/+1
* [SPARK-12084][CORE] Fix codes that uses ByteBuffer.array incorrectlyShixiong Zhu2015-12-044-9/+14
* [SPARK-12112][BUILD] Upgrade to SBT 0.13.9Josh Rosen2015-12-054-8/+8
* [SPARK-6990][BUILD] Add Java linting script; fix minor warningsDmitry Erastov2015-12-041-1/+1
* [SPARK-11206] Support SQL UI on the history server (resubmit)Carson Wang2015-12-0313-129/+271
* [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