aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6575] [SQL] Adds configuration to disable schema merging while convert...Cheng Lian2015-03-312-10/+15
* [SPARK-6555] [SQL] Overrides equals() and hashCode() for MetastoreRelationCheng Lian2015-03-311-18/+24
* [SPARK-6618][SQL] HiveMetastoreCatalog.lookupRelation should use fine-grained...Yin Huai2015-03-311-3/+9
* [SPARK-6369] [SQL] Uses commit coordinator to help committing Hive and Parque...Cheng Lian2015-03-312-16/+2
* [SPARK-6595][SQL] MetastoreRelation should be a MultiInstanceRelationMichael Armbrust2015-03-301-2/+9
* [SPARK-6564][SQL] SQLContext.emptyDataFrame should contain 0 row, not 1 rowReynold Xin2015-03-271-2/+2
* [SPARK-6202] [SQL] enable variable substitution on test frameworkDaoyuan Wang2015-03-251-1/+7
* [SPARK-6271][SQL] Sort these tokens in alphabetic order to avoid further dupl...DoingDone92015-03-251-42/+46
* [SPARK-5498][SQL]fix query exception when partition schema does not match tab...jeanlyn2015-03-251-10/+27
* [SPARK-6450] [SQL] Fixes metastore Parquet table conversionCheng Lian2015-03-251-16/+18
* [SPARK-6409][SQL] It is not necessary that avoid old inteface of hive, becaus...DoingDone92015-03-251-2/+1
* [SPARK-6428][SQL] Added explicit type for all public methods for Hive moduleReynold Xin2015-03-2115-60/+77
* [SPARK-6250][SPARK-6146][SPARK-5911][SQL] Types are now reserved words in DDL...Yin Huai2015-03-211-6/+2
* SPARK-6338 [CORE] Use standard temp dir mechanisms in tests to avoid orphane...Sean Owen2015-03-201-10/+6
* [SPARK-5908][SQL] Resolve UdtfsAlias when only single Alias is usedLiang-Chi Hsieh2015-03-171-0/+2
* [SPARK-2087] [SQL] Multiple thriftserver sessions with single HiveContext ins...Cheng Hao2015-03-172-34/+50
* [SPARK-5310][SQL] Fixes to Docs and Datasources APIReynold Xin2015-03-029-76/+17
* [SPARK-5950][SQL]Insert array into a metastore table saved as parquet should ...Yin Huai2015-03-022-22/+16
* [SPARK-6114][SQL] Avoid metastore conversions before plan is resolvedMichael Armbrust2015-03-021-0/+4
* [SPARK-6040][SQL] Fix the percent bug in tablesampleq002515982015-03-021-1/+10
* [SPARK-5741][SQL] Support the path contains comma in HiveContextq002515982015-03-021-1/+1
* [SPARK-6073][SQL] Need to refresh metastore cache after append data in Create...Yin Huai2015-03-021-0/+2
* [SPARK-6024][SQL] When a data source table has too many columns, it's schema ...Yin Huai2015-02-261-6/+23
* [SPARK-6023][SQL] ParquetConversions fails to replace the destination Metasto...Yin Huai2015-02-261-0/+21
* [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-181-16/+19
* [SPARK-5723][SQL]Change the default file format to Parquet for CTAS statements.Yin Huai2015-02-173-22/+85
* [SQL] [Minor] Update the HiveContext UnittestCheng Hao2015-02-171-0/+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-175-58/+45
* [SQL] Various DataFrame doc changes.Reynold Xin2015-02-161-1/+2
* [SPARK-4865][SQL]Include temporary tables in SHOW TABLESYin Huai2015-02-162-3/+9
* [SPARK-5839][SQL]HiveMetastoreCatalog does not recognize table names and alia...Yin Huai2015-02-161-2/+16
* [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-161-1/+1
* [SQL] Initial support for reporting location of error in sql stringMichael Armbrust2015-02-162-20/+36
* [SPARK-5824] [SQL] add null format in ctas and set default col comment to nullDaoyuan Wang2015-02-161-1/+2
* [SPARK-4553] [SPARK-5767] [SQL] Wires Parquet data source with the newly intr...Cheng Lian2015-02-163-52/+108
* [SPARK-3299][SQL]Public API in SQLContext to list tablesYin Huai2015-02-121-0/+5
* [SQL] Move SaveMode to SQL package.Yin Huai2015-02-121-1/+1
* [SPARK-5755] [SQL] remove unnecessary AddDaoyuan Wang2015-02-121-1/+1
* [SQL] Improve error messagesMichael Armbrust2015-02-122-4/+4
* [SPARK-5709] [SQL] Add EXPLAIN support in DataFrame API for debugging purposeCheng Hao2015-02-101-5/+3
* [SPARK-5658][SQL] Finalize DDL and write support APIsYin Huai2015-02-104-115/+99
* [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-101-3/+9
* [SPARK-5716] [SQL] Support TOK_CHARSETLITERAL in HiveQlDaoyuan Wang2015-02-101-0/+4
* [SPARK-5648][SQL] support "alter ... unset tblproperties("key")"DoingDone92015-02-091-0/+2