aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2219][SQL] Added support for the "add jar" commandCheng Lian2014-09-044-8/+46
* [SPARK-3378] [DOCS] Replace the word "SparkSQL" with right word "Spark SQL"Kousuke Saruta2014-09-041-1/+1
* [SPARK-2961][SQL] Use statistics to prune batches within cached partitionsCheng Lian2014-09-031-5/+8
* [SPARK-2973][SQL] Lightweight SQL commands without distributed jobs when call...Cheng Lian2014-09-035-54/+25
* [SPARK-3291][SQL]TestcaseName in createQueryTest should not contain ":"qiping.lqp2014-08-293-1/+4
* [SQL] Turns on in-memory columnar compression in HiveCompatibilitySuiteCheng Lian2014-08-291-7/+10
* SPARK-2813: [SQL] Implement SQRT() directly in Spark SQLWilliam Benton2014-08-291-0/+2
* [SPARK-3065][SQL] Add locale setting to fix results do not match for udf_unix...luogankun2014-08-271-1/+7
* [SQL] [SPARK-3236] Reading Parquet tables from Metastore mangles locationAaron Davidson2014-08-271-1/+1
* [SPARK-3252][SQL] Add missing condition for testviirya2014-08-271-1/+2
* [SPARK-3118][SQL]add "SHOW TBLPROPERTIES tblname;" and "SHOW COLUMNS (FROM|IN...u0jing2014-08-2725-0/+20
* [SPARK-3194][SQL] Add AttributeSet to fix bugs with invalid comparisons of At...Michael Armbrust2014-08-263-10/+12
* [Spark-3222] [SQL] Cross join support in HiveQLDaoyuan Wang2014-08-255-0/+2
* [SPARK-3058] [SQL] Support EXTENDED for EXPLAINCheng Hao2014-08-254-5/+58
* [SPARK-2554][SQL] CountDistinct partial aggregation and object allocation imp...Michael Armbrust2014-08-2315-6/+96
* [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-184-2/+353
* SPARK-3096: Include parquet hive serde by default in buildPatrick Wendell2014-08-181-0/+5
* [SPARK-2994][SQL] Support for udfs that take complex typesMichael Armbrust2014-08-132-18/+37
* [SPARK-2817] [SQL] add "show create table" supporttianyi2014-08-1337-0/+199
* [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-084-5/+89
* [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-053-15/+15
* [SPARK-2866][SQL] Support attributes in ORDER BY that aren't in SELECTMichael Armbrust2014-08-051-0/+50
* [SPARK-2860][SQL] Fix coercion of CASE WHEN.Michael Armbrust2014-08-052-0/+4
* [SPARK-2783][SQL] Basic support for analyze in HiveContextYin Huai2014-08-033-2/+136
* [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-0312-98/+130
* [SPARK-2739][SQL] Rename registerAsTable to registerTempTableMichael Armbrust2014-08-025-12/+12
* [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-024-11/+16
* SPARK-2804: Remove scalalogging-slf4j dependencyGuoQiang Li2014-08-026-21/+22
* Revert "[SPARK-1470][SPARK-1842] Use the scala-logging wrapper instead of the...Patrick Wendell2014-08-016-22/+21
* [SPARK-1470][SPARK-1842] Use the scala-logging wrapper instead of the directl...GuoQiang Li2014-08-016-21/+22
* [SPARK-2767] [SQL] SparkSQL CLI doens't output error message if query failed.Cheng Hao2014-08-011-3/+4
* [SPARK-2523] [SQL] Hadoop table scan bug fixing (fix failing Jenkins maven test)Yin Huai2014-07-316-26/+19
* [SPARK-2397][SQL] Deprecate LocalHiveContextMichael Armbrust2014-07-312-5/+17
* [SPARK-2743][SQL] Resolve original attributes in ParquetTableScanMichael Armbrust2014-07-311-0/+17
* [SPARK-2734][SQL] Remove tables from cache when DROP TABLE is run.Michael Armbrust2014-07-304-1/+74
* [SPARK-2179][SQL] Public API for DataTypes and SchemaYin Huai2014-07-303-10/+12
* [SPARK-2054][SQL] Code Generation for Expression EvaluationMichael Armbrust2014-07-298-5/+21
* [SPARK-2716][SQL] Don't check resolved for having filters.Michael Armbrust2014-07-292-0/+139
* [SPARK-2393][SQL] Cost estimation optimization framework for Catalyst logical...Zongheng Yang2014-07-295-17/+131
* [SQL]change some test listsDaoyuan2014-07-291-5/+1
* Excess judgmentYadong Qi2014-07-281-1/+1
* [SPARK-2410][SQL] Merging Hive Thrift/JDBC server (with Maven profile fix)Cheng Lian2014-07-283-28/+26