aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-7687] [SQL] DataFrame.describe() should cast all aggregates to StringJosh Rosen2015-05-181-3/+3
* [SPARK-7150] SparkContext.range() and SQLContext.range()Daoyuan Wang2015-05-181-0/+31
* [SPARK-6216] [PYSPARK] check python version of worker with driverDavies Liu2015-05-183-2/+7
* [SPARK-7673] [SQL] WIP: HadoopFsRelation and ParquetRelation2 performance opt...Cheng Lian2015-05-183-88/+114
* [SPARK-7567] [SQL] [follow-up] Use a new flag to set output committer based o...Yin Huai2015-05-184-9/+29
* [SPARK-2883] [SQL] ORC data source for Spark SQLZhan Zhang2015-05-184-64/+103
* [SPARK-7570] [SQL] Ignores _temporary during partition discoveryCheng Lian2015-05-181-5/+10
* [SPARK-6888] [SQL] Make the jdbc driver handling user-definableRene Treffer2015-05-184-126/+238
* [SPARK-7299][SQL] Set precision and scale for Decimal according to JDBC metad...Liang-Chi Hsieh2015-05-181-4/+19
* [SPARK-7693][Core] Remove "import scala.concurrent.ExecutionContext.Implicits...zsxwing2015-05-171-1/+1
* [SPARK-7686] [SQL] DescribeCommand is assigned wrong output attributes in Spa...Josh Rosen2015-05-171-2/+2
* [SPARK-7447] [SQL] Don't re-merge Parquet schema when the relation is deseria...Liang-Chi Hsieh2015-05-171-14/+18
* [MINOR] [SQL] Removes an unreachable case clauseCheng Lian2015-05-161-1/+0
* [SPARK-7654][SQL] Move JDBC into DataFrame's reader/writer interface.Reynold Xin2015-05-168-591/+585
* [HOTFIX] [SQL] Fixes DataFrameWriter.mode(String)Cheng Lian2015-05-161-1/+1
* [SPARK-7655][Core][SQL] Remove 'scala.concurrent.ExecutionContext.Implicits.g...zsxwing2015-05-161-2/+8
* [SPARK-7654][SQL] DataFrameReader and DataFrameWriter for input/output APIReynold Xin2015-05-155-244/+510
* [SPARK-7591] [SQL] Partitioning support API tweaksCheng Lian2015-05-158-134/+138
* [SQL] When creating partitioned table scan, explicitly create UnionRDD.Yin Huai2015-05-151-4/+7
* [SPARK-7548] [SQL] Add explode function for DataFramesMichael Armbrust2015-05-143-2/+35
* [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-131-1/+7
* [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-139-154/+14
* [SPARK-7551][DataFrame] support backticks for DataFrame attribute resolutionWenchen Fan2015-05-131-2/+2
* [SPARK-7567] [SQL] Migrating Parquet data source to FSBasedRelationCheng Lian2015-05-136-956/+756
* [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-122-0/+85
* [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-123-20/+126
* [SPARK-7276] [DATAFRAME] speed up DataFrame.select by collapsing ProjectWenchen Fan2015-05-121-1/+3
* [DataFrame][minor] support column in field accessorWenchen Fan2015-05-121-1/+1
* [SPARK-3928] [SPARK-5182] [SQL] Partitioning support for the data sources APICheng Lian2015-05-1311-217/+1309
* [SQL] Rename Dialect -> ParserDialect.Reynold Xin2015-05-111-6/+6
* [SPARK-7324] [SQL] DataFrame.dropDuplicatesReynold Xin2015-05-111-2/+36
* 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-114-15/+19
* [SPARK-7345][SQL] Spark cannot detect renamed columns using JDBC connectorOleg Sidorkin2015-05-101-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-081-0/+16
* [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-082-4/+13
* [SPARK-7390] [SQL] Only merge other CovarianceCounter when its count is great...Liang-Chi Hsieh2015-05-081-10/+12