aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7654][SQL] DataFrameReader and DataFrameWriter for input/output APIReynold Xin2015-05-1516-339/+599
* [SPARK-7591] [SQL] Partitioning support API tweaksCheng Lian2015-05-1510-141/+145
* [SQL] When creating partitioned table scan, explicitly create UnionRDD.Yin Huai2015-05-151-4/+7
* [SPARK-7098][SQL] Make the WHERE clause with timestamp show consistent resultLiang-Chi Hsieh2015-05-142-1/+5
* [SPARK-7548] [SQL] Add explode function for DataFramesMichael Armbrust2015-05-144-2/+95
* [SQL][minor] rename apply for QueryPlannerWenchen Fan2015-05-141-1/+1
* [HOTFIX] Use 'new Job' in fsBasedParquet.scalazsxwing2015-05-131-1/+1
* [SPARK-7601] [SQL] Support Insert into JDBC DatasourceVenkata Ramana Gollamudi2015-05-132-2/+43
* [SPARK-7081] Faster sort-based shuffle path using binary processing cache-awa...Josh Rosen2015-05-131-10/+18
* [SQL] Move some classes into packages that are more appropriate.Reynold Xin2015-05-1312-155/+17
* [SPARK-7551][DataFrame] support backticks for DataFrame attribute resolutionWenchen Fan2015-05-132-2/+29
* [SPARK-7567] [SQL] Migrating Parquet data source to FSBasedRelationCheng Lian2015-05-1310-975/+771
* [SPARK-6734] [SQL] Add UDTF.close support in GenerateCheng Hao2015-05-141-10/+28
* [SQL] In InsertIntoFSBasedRelation.insert, log cause before abort job/task.Yin Huai2015-05-131-0/+2
* [SPARK-7599] [SQL] Don't restrict customized output committers to be subclass...Cheng Lian2015-05-131-8/+12
* [SPARK-7321][SQL] Add Column expression for conditional statements (when/othe...Reynold Xin2015-05-123-0/+106
* [SPARK-7588] Document all SQL/DataFrame public methods with @since tagReynold Xin2015-05-1216-26/+700
* [HOTFIX] Use the old Job API to support old Hadoop versionszsxwing2015-05-131-1/+1
* [SPARK-7484][SQL]Support jdbc connection propertiesVenkata Ramana Gollamudi2015-05-124-31/+148
* [SPARK-7276] [DATAFRAME] speed up DataFrame.select by collapsing ProjectWenchen Fan2015-05-122-1/+15
* [DataFrame][minor] support column in field accessorWenchen Fan2015-05-122-1/+2
* [SPARK-3928] [SPARK-5182] [SQL] Partitioning support for the data sources APICheng Lian2015-05-1313-220/+1313
* [SPARK-7485] [BUILD] Remove pyspark files from assembly.Marcelo Vanzin2015-05-121-8/+0
* [SQL] Rename Dialect -> ParserDialect.Reynold Xin2015-05-112-8/+8
* [SPARK-7324] [SQL] DataFrame.dropDuplicatesReynold Xin2015-05-112-2/+71
* Updated DataFrame.saveAsTable Hive warning to include SPARK-7550 ticket.Reynold Xin2015-05-111-6/+6
* [SPARK-7462][SQL] Update documentation for retaining grouping columns in Data...Reynold Xin2015-05-111-2/+12
* [SPARK-7084] improve saveAsTable documentationmadhukar2015-05-111-0/+18
* Update Documentation: leftsemi instead of semijoinLCY Vincent2015-05-111-1/+1
* [SPARK-7462] By default retain group by columns in aggregateReynold Xin2015-05-118-168/+216
* [MINOR] [SQL] Fixes variable name typoCheng Lian2015-05-108-9/+9
* [SPARK-7345][SQL] Spark cannot detect renamed columns using JDBC connectorOleg Sidorkin2015-05-102-1/+17
* [BUILD] Reference fasterxml.jackson.version in sql/core/pom.xmltedyu2015-05-091-1/+1
* Upgrade version of jackson-databind in sql/core/pom.xmltedyu2015-05-091-1/+1
* [SPARK-7375] [SQL] Avoid row copying in exchange when sort.serializeMapOutput...Josh Rosen2015-05-081-56/+100
* [SPARK-7231] [SPARKR] Changes to make SparkR DataFrame dplyr friendly.Shivaram Venkataraman2015-05-082-0/+21
* [SPARK-7469] [SQL] DAG visualization: show SQL query operatorsAndrew Or2015-05-0824-41/+52
* [SPARK-4699] [SQL] Make caseSensitive configurable in spark sql analyzerJacky Li2015-05-084-20/+27
* [SPARK-7390] [SQL] Only merge other CovarianceCounter when its count is great...Liang-Chi Hsieh2015-05-081-10/+12
* [SPARK-7133] [SQL] Implement struct, array, and map field accessorWenchen Fan2015-05-082-5/+24
* [SPARK-6986] [SQL] Use Serializer2 in more cases.Yin Huai2015-05-073-58/+69
* [SPARK-6908] [SQL] Use isolated Hive clientMichael Armbrust2015-05-074-10/+22
* [SPARK-2155] [SQL] [WHEN D THEN E] [ELSE F] add CaseKeyWhen for "CASE a WHEN ...Wenchen Fan2015-05-071-4/+5
* [SPARK-7277] [SQL] Throw exception if the property mapred.reduce.tasks is set...Liang-Chi Hsieh2015-05-072-2/+18
* [SPARK-7116] [SQL] [PYSPARK] Remove cache() causing memory leakksonj2015-05-071-4/+3
* [SPARK-7330] [SQL] avoid NPE at jdbc rddDaoyuan Wang2015-05-072-1/+32
* [SPARK-7295][SQL] bitwise operations for DataFrame DSLShiti2015-05-074-2/+77
* [SPARK-5938] [SPARK-5443] [SQL] Improve JsonRDD performanceNathan Howell2015-05-0611-108/+688
* [SPARK-7311] Introduce internal Serializer API for determining if serializers...Josh Rosen2015-05-061-0/+5
* [SPARK-1442] [SQL] Window Function Support for Spark SQLYin Huai2015-05-062-0/+482