aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SQL] Add String option for DSL ASMichael Armbrust2014-11-041-1/+2
* [SPARK-3886] [PySpark] simplify serializer, use AutoBatchedSerializer by defa...Davies Liu2014-11-031-6/+4
* [SPARK-4192][SQL] Internal API for Python UDTXiangrui Meng2014-11-035-2/+79
* [SQL] Convert arguments to Scala UDFsMichael Armbrust2014-11-032-262/+316
* [SQL] More aggressive defaultsMichael Armbrust2014-11-033-9/+9
* [SPARK-4152] [SQL] Avoid data change in CTAS while table already existedCheng Hao2014-11-034-3/+46
* [SPARK-4202][SQL] Simple DSL support for Scala UDFCheng Lian2014-11-032-4/+72
* [SPARK-3594] [PySpark] [SQL] take more rows to infer schema or samplingDavies Liu2014-11-031-1/+1
* [SPARK-4207][SQL] Query which has syntax like 'not like' is not working in Sp...ravipesala2014-11-032-0/+6
* [SPARK-3572] [SQL] Internal API for User-Defined TypesJoseph K. Bradley2014-11-0224-146/+620
* [SPARK-2189][SQL] Adds dropTempTable APICheng Lian2014-11-023-0/+46
* [SPARK-4185][SQL] JSON schema inference failed when dealing with type conflic...Yin Huai2014-11-023-9/+20
* [SPARK-4191][SQL]move wrapperFor to HiveInspectors to reuse itwangfei2014-11-022-43/+48
* [SPARK-3791][SQL] Provides Spark version and Hive version in HiveThriftServer2Cheng Lian2014-11-026-112/+165
* [SQL] Fixes race condition in CliSuiteCheng Lian2014-11-021-20/+15
* [SPARK-4182][SQL] Fixes ColumnStats classes for boolean, binary and complex d...Cheng Lian2014-11-026-19/+82
* [SPARK-3247][SQL] An API for adding data sources to Spark SQLMichael Armbrust2014-11-0226-42/+1074
* [HOTFIX][SQL] hive test missing some golden fileswangfei2014-11-0215-0/+8
* [SPARK-3930] [SPARK-3933] Support fixed-precision decimal in SQL, and some op...Matei Zaharia2014-11-0154-229/+1604
* [SPARK-4037][SQL] Removes the SessionState instance created in HiveThriftServer2Cheng Lian2014-11-014-45/+44
* [SPARK-3569][SQL] Add metadata field to StructFieldXiangrui Meng2014-11-0119-52/+562
* [SPARK-2220][SQL] Fixes remaining Hive commandsCheng Lian2014-10-315-28/+45
* [SPARK-4154][SQL] Query does not work if it has "not between " in Spark SQL a...ravipesala2014-10-314-6/+23
* [SPARK-4077][SQL] Spark SQL return wrong values for valid string timestamp va...Venkata Ramana Gollamudi2014-10-313-0/+27
* [SPARK-3826][SQL]enable hive-thriftserver to support hive-0.13.1wangfei2014-10-318-188/+538
* [SPARK-4143] [SQL] Move inner class DeferredObjectAdapter to top levelCheng Hao2014-10-301-13/+12
* [SPARK-4108][SQL] Fixed usage of deprecated in sql/catalyst/types/datatypesAnant2014-10-301-1/+1
* Revert "SPARK-1209 [CORE] SparkHadoop{MapRed,MapReduce}Util should not use pa...Andrew Or2014-10-302-2/+0
* [SPARK-3968][SQL] Use parquet-mr filter2 apiYash Datta2014-10-304-178/+307
* [SPARK-4120][SQL] Join of multiple tables with syntax like SELECT .. FROM T1,...ravipesala2014-10-302-1/+12
* SPARK-1209 [CORE] SparkHadoop{MapRed,MapReduce}Util should not use package or...Sean Owen2014-10-302-0/+2
* [SPARK-4003] [SQL] add 3 types for java SQL contextDaoyuan Wang2014-10-293-5/+59
* [SPARK-4133] [SQL] [PySpark] type conversionfor python udfDavies Liu2014-10-283-87/+89
* [SPARK-3904] [SQL] add constant objectinspector support for udfsCheng Hao2014-10-2821-92/+307
* [SPARK-3343] [SQL] Add serde support for CTASCheng Hao2014-10-2813-94/+337
* [SPARK-3988][SQL] add public API for date typeDaoyuan Wang2014-10-289-18/+48
* [SPARK-3814][SQL] Support for Bitwise AND(&), OR(|) ,XOR(^), NOT(~) in Spark ...ravipesala2014-10-288-1/+174
* [SPARK-3907][SQL] Add truncate table supportwangxiaojing2014-10-2729-1/+9
* [SQL] Correct a variable name in JavaApplySchemaSuite.applySchemaToJSONYin Huai2014-10-271-1/+1
* [SPARK-4041][SQL] Attributes names in table scan should converted to lowercas...wangfei2014-10-273-4/+20
* [SPARK-3816][SQL] Add table properties from storage handler to output jobConfAlex Liu2014-10-271-0/+8
* [SPARK-3911] [SQL] HiveSimpleUdf can not be optimized in constant foldingCheng Hao2014-10-275-2/+104
* [SQL] Fixes caching related JoinSuite failureCheng Lian2014-10-272-57/+64
* [SPARK-4042][SQL] Append columns ids and names before broadcastscwf2014-10-261-2/+3
* [SPARK-4061][SQL] We cannot use EOL character in the operand of LIKE predicate.Kousuke Saruta2014-10-262-23/+25
* [SPARK-3959][SPARK-3960][SQL] SqlParser fails to parse literal -9223372036854...Kousuke Saruta2014-10-263-21/+189
* [SPARK-3483][SQL] Special chars in column namesravipesala2014-10-262-0/+8
* [SPARK-4068][SQL] NPE in jsonRDD schema inferenceYin Huai2014-10-263-20/+58
* [SPARK-4052][SQL] Use scala.collection.Map for pattern matching instead of us...Yin Huai2014-10-264-1/+26
* [SPARK-3953][SQL][Minor] Confusable variable name.Kousuke Saruta2014-10-261-1/+1