aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3688][SQL]LogicalPlan can't resolve column correctllytianyi2015-02-116-0/+10
* [SPARK-5454] More robust handling of self joinsMichael Armbrust2015-02-111-3/+1
* HOTFIX: Adding Junit to Hive tests for Maven buildPatrick Wendell2015-02-101-0/+5
* HOTFIX: Java 6 compilation error in Spark SQLPatrick Wendell2015-02-101-1/+1
* [SPARK-5709] [SQL] Add EXPLAIN support in DataFrame API for debugging purposeCheng Hao2015-02-101-5/+3
* [SPARK-5704] [SQL] [PySpark] createDataFrame from RDD with columnsDavies Liu2015-02-102-5/+7
* [SQL] Add an exception for analysis errors.Michael Armbrust2015-02-101-1/+2
* [SPARK-5658][SQL] Finalize DDL and write support APIsYin Huai2015-02-108-160/+416
* [SQL] Make Options in the data source API CREATE TABLE statements optional.Yin Huai2015-02-101-3/+1
* [SPARK-5686][SQL] Add show current roles command in HiveQlOopsOutOfMemory2015-02-101-0/+1
* [SPARK-5592][SQL] java.net.URISyntaxException when insert data to a partition...wangfei2015-02-102-3/+25
* [SPARK-5716] [SQL] Support TOK_CHARSETLITERAL in HiveQlDaoyuan Wang2015-02-107-0/+8
* [SPARK-5648][SQL] support "alter ... unset tblproperties("key")"DoingDone92015-02-091-0/+2
* [SQL] Code cleanup.Yin Huai2015-02-091-3/+0
* [SQL] Set sessionState in QueryExecution.Yin Huai2015-02-081-0/+5
* [SQL] [Minor] HiveParquetSuite was disabled by mistake, re-enable themCheng Lian2015-02-061-3/+10
* [SPARK-5278][SQL] Introduce UnresolvedGetField and complete the check of ambi...Wenchen Fan2015-02-062-11/+18
* [SPARK-5595][SPARK-5603][SQL] Add a rule to do PreInsert type casting and fie...Yin Huai2015-02-061-0/+1
* [SPARK-5324][SQL] Results of describe can't be queriedOopsOutOfMemory2015-02-063-4/+54
* [SPARK-5619][SQL] Support 'show roles' in HiveContextq002515982015-02-061-0/+1
* [SPARK-5650][SQL] Support optional 'FROM' clauseLiang-Chi Hsieh2015-02-063-5/+18
* [HOTFIX] [SQL] Disables Metastore Parquet table conversion for "SQLQuerySuite...Cheng Lian2015-02-051-27/+30
* [SPARK-5182] [SPARK-5528] [SPARK-5509] [SPARK-3575] [SQL] Parquet data source...Cheng Lian2015-02-054-133/+174
* [SPARK-5135][SQL] Add support for describe table to DDL in SQLContextOopsOutOfMemory2015-02-055-21/+10
* [SPARK-5612][SQL] Move DataFrame implicit functions into SQLContext.implicits.Reynold Xin2015-02-047-2/+17
* [SPARK-5606][SQL] Support plus sign in HiveContextq002515982015-02-041-0/+1
* [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
* [SPARK-5367][SQL] Support star expression in udfswangfei2015-02-041-0/+2
* [SPARK-5587][SQL] Support change database ownerwangfei2015-02-041-0/+1
* [SPARK-5591][SQL] Fix NoSuchObjectException for CTASwangfei2015-02-041-6/+2
* [SPARK-4508] [SQL] build native date type to conform behavior to HiveDaoyuan Wang2015-02-0329-13/+44
* [SPARK-5383][SQL] Support alias for udtfswangfei2015-02-034-5/+43
* [SPARK-5550] [SQL] Support the case insensitive for UDFCheng Hao2015-02-032-1/+39
* [SPARK-5501][SPARK-5420][SQL] Write support for the data source APIYin Huai2015-02-026-18/+365
* [SQL] Improve DataFrame API error reportingReynold Xin2015-02-022-7/+9
* Revert "[SPARK-4508] [SQL] build native date type to conform behavior to Hive"Patrick Wendell2015-02-0229-44/+13
* [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-0229-13/+44
* [SPARK-5212][SQL] Add support of schema-less, custom field delimiter and SerD...Liang-Chi Hsieh2015-02-0216-33/+5351
* [SPARK-5262] [SPARK-5244] [SQL] add coalesce in SQLParser and widen types for...Daoyuan Wang2015-02-012-0/+8
* [SQL] Support df("*") to select all columns in a data frame.Reynold Xin2015-01-291-3/+3
* [SPARK-4296][SQL] Trims aliases when resolving and checking aggregate express...Yin Huai2015-01-291-0/+15
* [SPARK-5367][SQL] Support star expression in udfwangfei2015-01-291-0/+5
* [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-292-2/+2
* [SPARK-5445][SQL] Made DataFrame dsl usable in JavaReynold Xin2015-01-283-3/+3
* [SPARK-5447][SQL] Replaced reference to SchemaRDD with DataFrame.Reynold Xin2015-01-286-15/+15
* [SPARK-5097][SQL] DataFrameReynold Xin2015-01-279-34/+37
* [SPARK-5202] [SQL] Add hql variable substitution supportCheng Hao2015-01-212-2/+22