aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SQL] Backport backtick and smallint JDBC fixes to 1.1ravipesala2014-11-101-2/+2
* [SPARK-3971][SQL] Backport #2843 to branch-1.1Cheng Lian2014-11-102-12/+39
* SPARK-3807: SparkSql does not work for tables created using custom serdechirag2014-10-132-2/+6
* [SPARK-3481] [SQL] Eliminate the error log in local Hive comparison testCheng Hao2014-09-121-9/+8
* [SQL] [SPARK-3236] Reading Parquet tables from Metastore mangles locationAaron Davidson2014-08-271-1/+1
* [SPARK-3118][SQL]add "SHOW TBLPROPERTIES tblname;" and "SHOW COLUMNS (FROM|IN...u0jing2014-08-271-0/+2
* [SPARK-3194][SQL] Add AttributeSet to fix bugs with invalid comparisons of At...Michael Armbrust2014-08-262-9/+4
* [Spark-3222] [SQL] Cross join support in HiveQLDaoyuan Wang2014-08-251-0/+1
* [SPARK-3058] [SQL] Support EXTENDED for EXPLAINCheng Hao2014-08-252-4/+3
* [SPARK-2554][SQL] CountDistinct partial aggregation and object allocation imp...Michael Armbrust2014-08-231-2/+2
* [SQL] Make functionRegistry in HiveContext transient.Yin Huai2014-08-231-0/+1
* [SPARK-2846][SQL] Add configureInputJobPropertiesForStorageHandler to initial...Alex Liu2014-08-201-1/+2
* [SPARK-2406][SQL] Initial support for using ParquetTableScan to read HiveMeta...Michael Armbrust2014-08-183-2/+182
* [SPARK-2994][SQL] Support for udfs that take complex typesMichael Armbrust2014-08-132-18/+37
* [SPARK-2817] [SQL] add "show create table" supporttianyi2014-08-132-0/+9
* [SPARK-2650][SQL] Build column buffers in smaller batchesMichael Armbrust2014-08-112-2/+2
* [SQL] A tiny refactoring in HiveContext#analyzeYin Huai2014-08-111-5/+3
* [SPARK-2919] [SQL] Basic support for analyze command in HiveQlYin Huai2014-08-083-3/+46
* [SPARK-2877] [SQL] MetastoreRelation should use SparkClassLoader when creatin...Yin Huai2014-08-081-3/+5
* [SPARK-2888] [SQL] Fix addColumnMetadataToConf in HiveTableScanYin Huai2014-08-081-11/+6
* [SQL] Tighten the visibility of various SQLConf methods and renamed setter/ge...Reynold Xin2014-08-052-8/+8
* [SPARK-2783][SQL] Basic support for analyze in HiveContextYin Huai2014-08-032-2/+82
* [SPARK-2814][SQL] HiveThriftServer2 throws NPE when executing native commandsCheng Lian2014-08-031-4/+3
* [SPARK-2784][SQL] Deprecate hql() method in favor of a config option, 'spark....Michael Armbrust2014-08-032-7/+34
* [SPARK-2785][SQL] Remove assertions that throw when users try unsupported Hiv...Michael Armbrust2014-08-021-4/+9
* [SPARK-2097][SQL] UDF SupportMichael Armbrust2014-08-023-9/+14
* SPARK-2804: Remove scalalogging-slf4j dependencyGuoQiang Li2014-08-024-9/+10
* Revert "[SPARK-1470][SPARK-1842] Use the scala-logging wrapper instead of the...Patrick Wendell2014-08-014-10/+9
* [SPARK-1470][SPARK-1842] Use the scala-logging wrapper instead of the directl...GuoQiang Li2014-08-014-9/+10
* [SPARK-2767] [SQL] SparkSQL CLI doens't output error message if query failed.Cheng Hao2014-08-011-3/+4
* [SPARK-2397][SQL] Deprecate LocalHiveContextMichael Armbrust2014-07-312-5/+17
* [SPARK-2734][SQL] Remove tables from cache when DROP TABLE is run.Michael Armbrust2014-07-303-1/+58
* [SPARK-2179][SQL] Public API for DataTypes and SchemaYin Huai2014-07-303-10/+12
* [SPARK-2054][SQL] Code Generation for Expression EvaluationMichael Armbrust2014-07-294-5/+7
* [SPARK-2393][SQL] Cost estimation optimization framework for Catalyst logical...Zongheng Yang2014-07-291-14/+33
* Excess judgmentYadong Qi2014-07-281-1/+1
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC server (with Maven profile fix)Cheng Lian2014-07-281-1/+1
* [SPARK-2523] [SQL] Hadoop table scan bug fixingCheng Hao2014-07-282-115/+88
* Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Patrick Wendell2014-07-271-1/+1
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-271-1/+1
* [SPARK-2659][SQL] Fix division semantics for hiveMichael Armbrust2014-07-251-1/+2
* Revert "[SPARK-2410][SQL] Merging Hive Thrift/JDBC server"Michael Armbrust2014-07-251-1/+1
* [SQL]Update HiveMetastoreCatalog.scalabaishuo(白硕)2014-07-251-1/+1
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC serverCheng Lian2014-07-251-1/+1
* [SPARK-2665] [SQL] Add EqualNS & Unit TestsCheng Hao2014-07-252-1/+3
* [SPARK-2569][SQL] Fix shipping of TEMPORARY hive UDFs.Michael Armbrust2014-07-233-235/+261
* [SPARK-2615] [SQL] Add Equal Sign "==" Support for HiveQlCheng Hao2014-07-221-0/+1
* [SPARK-2190][SQL] Specialized ColumnType for TimestampCheng Lian2014-07-211-0/+3
* [SPARK-2540] [SQL] Add HiveDecimal & HiveVarchar support in unwrapping dataCheng Hao2014-07-182-11/+5
* SPARK-2407: Added internal implementation of SQL SUBSTR()William Benton2014-07-151-0/+5