aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6607][SQL] Check invalid characters for Parquet schema and show error ...Liang-Chi Hsieh2015-04-051-0/+16
* [SPARK-5203][SQL] fix union with different decimal typeguowei22015-04-041-0/+11
* [Minor][SQL] Fix typoLiang-Chi Hsieh2015-04-031-1/+1
* [SPARK-6428] Turn on explicit type checking for public methods.Reynold Xin2015-04-032-2/+3
* [SPARK-6575][SQL] Converted Parquet Metastore tables no longer cache metadataYin Huai2015-04-033-12/+23
* [SPARK-6575][SQL] Converted Parquet Metastore tables no longer cache metadataYin Huai2015-04-022-6/+167
* [SQL][Minor] Use analyzed logical instead of unresolved in HiveComparisonTestCheng Hao2015-04-021-2/+2
* [SPARK-6618][SPARK-6669][SQL] Lock Hive metastore client correctly.Yin Huai2015-04-024-27/+53
* [SPARK-6655][SQL] We need to read the schema of a data source table stored in...Yin Huai2015-04-022-4/+37
* [SQL] Throw UnsupportedOperationException instead of NotImplementedErrorMichael Armbrust2015-04-022-4/+3
* [SPARK-6663] [SQL] use Literal.create instread of constructorDavies Liu2015-04-013-19/+19
* Revert "[SPARK-6618][SQL] HiveMetastoreCatalog.lookupRelation should use fine...Cheng Lian2015-04-022-20/+3
* SPARK-6433 hive tests to import spark-sql test JAR for QueryTest accessSteve Loughran2015-04-014-212/+14
* [SPARK-5371][SQL] Propagate types after function conversion, before futher re...Michael Armbrust2015-03-311-1/+25
* [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-312-20/+28
* [SPARK-6618][SQL] HiveMetastoreCatalog.lookupRelation should use fine-grained...Yin Huai2015-03-312-3/+20
* [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-302-2/+17
* [SPARK-6564][SQL] SQLContext.emptyDataFrame should contain 0 row, not 1 rowReynold Xin2015-03-271-2/+2
* [SPARK-6546][Build] Using the wrong code that will make spark compile failed!!DoingDone92015-03-261-1/+1
* The UT test of spark is failed. Because there is a test in SQLQuerySuite abou...KaiXinXiaoLei2015-03-251-5/+5
* [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-254-14/+84
* [SPARK-6450] [SQL] Fixes metastore Parquet table conversionCheng Lian2015-03-252-16/+43
* [SPARK-6409][SQL] It is not necessary that avoid old inteface of hive, becaus...DoingDone92015-03-252-3/+11
* [SPARK-6376][SQL] Avoid eliminating subqueries until optimizationMichael Armbrust2015-03-242-2/+2
* [SPARK-6375][SQL] Fix formatting of error messages.Michael Armbrust2015-03-241-2/+23
* [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-5680][SQL] Sum function on all null values, should return zeroVenkata Ramana Gollamudi2015-03-213-0/+2
* [SPARK-6371] [build] Update version to 1.4.0-SNAPSHOT.Marcelo Vanzin2015-03-201-1/+1
* SPARK-6338 [CORE] Use standard temp dir mechanisms in tests to avoid orphane...Sean Owen2015-03-204-36/+21
* [SPARK-6247][SQL] Fix resolution of ambiguous joins caused by new aliasesMichael Armbrust2015-03-171-1/+3
* [SPARK-5651][SQL] Add input64 in blacklist and add test suit for create table...watermen2015-03-176-1/+513
* [SPARK-5908][SQL] Resolve UdtfsAlias when only single Alias is usedLiang-Chi Hsieh2015-03-172-0/+9
* [SPARK-5712] [SQL] fix comment with semicolon at endDaoyuan Wang2015-03-173-1/+6
* [SPARK-2087] [SQL] Multiple thriftserver sessions with single HiveContext ins...Cheng Hao2015-03-172-34/+50
* SPARK-6225 [CORE] [SQL] [STREAMING] Resolve most build warnings, 1.3.0 editionSean Owen2015-03-111-1/+1
* SPARK-6182 [BUILD] spark-parent pom needs to be published for both 2.10 and 2.11Sean Owen2015-03-051-1/+1
* [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