aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-5118][SQL] Fix: create table test stored as parquet as select ..guowei22015-02-042-1/+29
* [SQL] Use HiveContext's sessionState in HiveMetastoreCatalog.hiveDefaultTable...Yin Huai2015-02-041-1/+2
* [SQL] Correct the default size of TimestampType and expose NumericTypeYin Huai2015-02-042-4/+4
* [SQL][Hiveconsole] Bring hive console code up to date and update README.mdOopsOutOfMemory2015-02-041-35/+10
* [SPARK-5367][SQL] Support star expression in udfswangfei2015-02-042-0/+8
* [SPARK-5426][SQL] Add SparkSQL Java API helper methods.kul2015-02-042-3/+62
* [SPARK-5587][SQL] Support change database ownerwangfei2015-02-041-0/+1
* [SPARK-5591][SQL] Fix NoSuchObjectException for CTASwangfei2015-02-041-6/+2
* [SPARK-5588] [SQL] support select/filter by SQL expressionDavies Liu2015-02-041-11/+0
* [SPARK-5579][SQL][DataFrame] Support for project/filter using SQL expressionsReynold Xin2015-02-035-10/+65
* [SPARK-5578][SQL][DataFrame] Provide a convenient way for Scala users to use ...Reynold Xin2015-02-038-431/+266
* [SPARK-5554] [SQL] [PySpark] add more tests for DataFrame Python APIDavies Liu2015-02-032-35/+5
* [SPARK-4508] [SQL] build native date type to conform behavior to HiveDaoyuan Wang2015-02-0349-125/+204
* [SPARK-5383][SQL] Support alias for udtfswangfei2015-02-037-8/+85
* [SPARK-5550] [SQL] Support the case insensitive for UDFCheng Hao2015-02-034-6/+72
* [SPARK-4987] [SQL] parquet timestamp type supportDaoyuan Wang2015-02-039-26/+229
* [SQL] DataFrame API updateReynold Xin2015-02-036-270/+376
* [SPARK-5551][SQL] Create type alias for SchemaRDD for source backward compati...Reynold Xin2015-02-031-0/+6
* [SQL][DataFrame] Remove DataFrameApi, ExpressionApi, and GroupedDataFrameApiReynold Xin2015-02-036-444/+200
* [SPARK-5501][SPARK-5420][SQL] Write support for the data source APIYin Huai2015-02-0223-60/+1141
* [SPARK-5472][SQL] A JDBC data source for Spark SQL.Tor Myklebust2015-02-0214-1/+1937
* [SQL] Improve DataFrame API error reportingReynold Xin2015-02-0218-356/+840
* Revert "[SPARK-4508] [SQL] build native date type to conform behavior to Hive"Patrick Wendell2015-02-0249-191/+112
* [SPARK-5514] DataFrame.collect should call executeCollectReynold Xin2015-02-021-1/+1
* [SPARK-5195][sql]Update HiveMetastoreCatalog.scala(override the MetastoreRela...seayi2015-02-022-0/+15
* [SPARK-4508] [SQL] build native date type to conform behavior to HiveDaoyuan Wang2015-02-0249-112/+191
* [SPARK-5212][SQL] Add support of schema-less, custom field delimiter and SerD...Liang-Chi Hsieh2015-02-0217-34/+5360
* [SPARK-5465] [SQL] Fixes filter push-down for Parquet data sourceCheng Lian2015-02-011-8/+10
* [SPARK-5262] [SPARK-5244] [SQL] add coalesce in SQLParser and widen types for...Daoyuan Wang2015-02-016-0/+65
* [SPARK-5196][SQL] Support `comment` in Create Table Field DDLOopsOutOfMemory2015-02-012-3/+28
* [Minor][SQL] Little refactor DataFrame related codesLiang-Chi Hsieh2015-02-012-3/+3
* [SQL] remove redundant field "childOutput" from execution.Aggregate, use chil...kai2015-01-301-6/+2
* [SPARK-5504] [sql] convertToCatalyst should support nested arraysJoseph K. Bradley2015-01-302-3/+11
* [SPARK-5457][SQL] Add missing DSL for ApproxCountDistinct.Takuya UESHIN2015-01-301-0/+5
* [SQL] Support df("*") to select all columns in a data frame.Reynold Xin2015-01-297-29/+54
* [SPARK-5462] [SQL] Use analyzed query plan in DataFrame.apply()Josh Rosen2015-01-292-3/+9
* [SQL] DataFrame API improvementsReynold Xin2015-01-296-16/+209
* [SPARK-4296][SQL] Trims aliases when resolving and checking aggregate express...Yin Huai2015-01-291-0/+15
* [SPARK-5373][SQL] Literal in agg grouping expressions leads to incorrect resultwangfei2015-01-292-4/+14
* [SPARK-5367][SQL] Support star expression in udfwangfei2015-01-292-5/+15
* [SPARK-4786][SQL]: Parquet filter pushdown for castable typesYash Datta2015-01-292-2/+51
* [SPARK-5309][SQL] Add support for dictionaries in PrimitiveConverter for Stri...Michael Davies2015-01-292-12/+47
* [SPARK-5429][SQL] Use javaXML plan serialization for Hive golden answers on H...Liang-Chi Hsieh2015-01-291-0/+2
* [SPARK-5445][SQL] Consolidate Java and Scala DSL static methods.Reynold Xin2015-01-2918-134/+35
* [SQL] Various DataFrame DSL update.Reynold Xin2015-01-297-9/+94
* [SPARK-5445][SQL] Made DataFrame dsl usable in JavaReynold Xin2015-01-2822-277/+298
* [SPARK-5447][SQL] Replaced reference to SchemaRDD with DataFrame.Reynold Xin2015-01-2826-194/+208
* [SPARK-5097][SQL] Test cases for DataFrame expressions.Reynold Xin2015-01-277-73/+315
* [SPARK-5097][SQL] DataFrameReynold Xin2015-01-2750-1073/+2494
* [SPARK-5202] [SQL] Add hql variable substitution supportCheng Hao2015-01-212-2/+22