aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5310][SQL] Fixes to Docs and Datasources APIReynold Xin2015-03-0211-83/+26
* [SPARK-5950][SQL]Insert array into a metastore table saved as parquet should ...Yin Huai2015-03-024-23/+115
* [SPARK-6114][SQL] Avoid metastore conversions before plan is resolvedMichael Armbrust2015-03-022-0/+14
* [SPARK-6040][SQL] Fix the percent bug in tablesampleq002515982015-03-022-1/+11
* [SPARK-5741][SQL] Support the path contains comma in HiveContextq002515982015-03-0218-1/+2511
* [SPARK-6073][SQL] Need to refresh metastore cache after append data in Create...Yin Huai2015-03-022-0/+54
* [SPARK-5775] [SQL] BugFix: GenericRow cannot be cast to SpecificMutableRow wh...Cheng Lian2015-02-281-3/+131
* [SPARK-6024][SQL] When a data source table has too many columns, it's schema ...Yin Huai2015-02-262-6/+44
* [SPARK-6016][SQL] Cannot read the parquet table after overwriting the existin...Yin Huai2015-02-271-0/+27
* [SPARK-6023][SQL] ParquetConversions fails to replace the destination Metasto...Yin Huai2015-02-262-7/+152
* [SPARK-5286][SQL] SPARK-5286 followupYin Huai2015-02-241-3/+3
* [SPARK-5952][SQL] Lock when using hive metastore clientMichael Armbrust2015-02-241-6/+12
* [SPARK-5873][SQL] Allow viewing of partially analyzed plans in queryExecutionMichael Armbrust2015-02-231-1/+0
* [SPARK-5840][SQL] HiveContext cannot be serialized due to tuple extractionReynold Xin2015-02-182-16/+52
* [Minor] [SQL] Cleans up DataFrame variable names and toDF() callsCheng Lian2015-02-176-47/+47
* [SPARK-5723][SQL]Change the default file format to Parquet for CTAS statements.Yin Huai2015-02-175-25/+158
* [SPARK-5875][SQL]logical.Project should not be resolved if it contains aggreg...Yin Huai2015-02-171-1/+31
* [SPARK-5852][SQL]Fail to convert a newly created empty metastore parquet tabl...Yin Huai2015-02-172-2/+150
* [SQL] [Minor] Update the HiveContext UnittestCheng Hao2015-02-177-0/+17
* [Minor][SQL] Use same function to check path parameter in JSONRelationLiang-Chi Hsieh2015-02-171-1/+1
* [SPARK-5862][SQL] Only transformUp the given plan once in HiveMetastoreCatalogLiang-Chi Hsieh2015-02-171-17/+20
* [SPARK-5166][SPARK-5247][SPARK-5258][SQL] API Cleanup / DocumentationMichael Armbrust2015-02-177-62/+59
* [SQL] Various DataFrame doc changes.Reynold Xin2015-02-161-1/+2
* [SPARK-4865][SQL]Include temporary tables in SHOW TABLESYin Huai2015-02-164-31/+41
* [SPARK-5839][SQL]HiveMetastoreCatalog does not recognize table names and alia...Yin Huai2015-02-162-2/+50
* [SPARK-5746][SQL] Check invalid cases for the write path of data source APIYin Huai2015-02-163-12/+10
* [SPARK-5833] [SQL] Adds REFRESH TABLE commandCheng Lian2015-02-162-2/+2
* [SQL] Initial support for reporting location of error in sql stringMichael Armbrust2015-02-165-24/+203
* [SPARK-5824] [SQL] add null format in ctas and set default col comment to nullDaoyuan Wang2015-02-1619-1/+61
* [SPARK-4553] [SPARK-5767] [SQL] Wires Parquet data source with the newly intr...Cheng Lian2015-02-164-150/+257
* [SPARK-5752][SQL] Don't implicitly convert RDDs directly to DataFramesReynold Xin2015-02-139-35/+40
* [SPARK-3299][SQL]Public API in SQLContext to list tablesYin Huai2015-02-122-0/+82
* [SQL] Move SaveMode to SQL package.Yin Huai2015-02-123-4/+2
* [SPARK-5755] [SQL] remove unnecessary AddDaoyuan Wang2015-02-121-1/+1
* [SQL] Improve error messagesMichael Armbrust2015-02-122-4/+4
* [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