aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SQL] Don't shuffle code generated rowsMichael Armbrust2014-11-141-0/+7
* [SPARK-4391][SQL] Configure parquet filters using SQLConfMichael Armbrust2014-11-141-0/+2
* [SPARK-4394][SQL] Data Sources API ImprovementsMichael Armbrust2014-11-141-0/+7
* [SPARK-4149][SQL] ISO 8601 support for json date time stringsDaoyuan Wang2014-11-101-0/+7
* [SPARK-4319][SQL] Enable an ignored test "null count".Takuya UESHIN2014-11-102-9/+9
* [SPARK-4213][SQL] ParquetFilters - No support for LT, LTE, GT, GTE operatorsKousuke Saruta2014-11-071-0/+40
* [SQL] Convert arguments to Scala UDFsMichael Armbrust2014-11-031-5/+13
* [SPARK-4202][SQL] Simple DSL support for Scala UDFCheng Lian2014-11-031-4/+13
* [SPARK-4207][SQL] Query which has syntax like 'not like' is not working in Sp...ravipesala2014-11-031-0/+5
* [SPARK-3572] [SQL] Internal API for User-Defined TypesJoseph K. Bradley2014-11-023-6/+176
* [SPARK-2189][SQL] Adds dropTempTable APICheng Lian2014-11-021-0/+20
* [SPARK-4185][SQL] JSON schema inference failed when dealing with type conflic...Yin Huai2014-11-022-4/+9
* [SPARK-4182][SQL] Fixes ColumnStats classes for boolean, binary and complex d...Cheng Lian2014-11-023-13/+30
* [SPARK-3247][SQL] An API for adding data sources to Spark SQLMichael Armbrust2014-11-027-16/+524
* [SPARK-3930] [SPARK-3933] Support fixed-precision decimal in SQL, and some op...Matei Zaharia2014-11-018-31/+74
* [SPARK-3569][SQL] Add metadata field to StructFieldXiangrui Meng2014-11-014-15/+53
* [SPARK-4154][SQL] Query does not work if it has "not between " in Spark SQL a...ravipesala2014-10-311-0/+5
* [SPARK-3968][SQL] Use parquet-mr filter2 apiYash Datta2014-10-301-0/+57
* [SPARK-4120][SQL] Join of multiple tables with syntax like SELECT .. FROM T1,...ravipesala2014-10-301-0/+10
* [SPARK-4003] [SQL] add 3 types for java SQL contextDaoyuan Wang2014-10-291-4/+37
* [SPARK-3343] [SQL] Add serde support for CTASCheng Hao2014-10-281-0/+19
* [SPARK-3988][SQL] add public API for date typeDaoyuan Wang2014-10-284-6/+16
* [SPARK-3814][SQL] Support for Bitwise AND(&), OR(|) ,XOR(^), NOT(~) in Spark ...ravipesala2014-10-281-0/+16
* [SQL] Correct a variable name in JavaApplySchemaSuite.applySchemaToJSONYin Huai2014-10-271-1/+1
* [SQL] Fixes caching related JoinSuite failureCheng Lian2014-10-272-57/+64
* [SPARK-3959][SPARK-3960][SQL] SqlParser fails to parse literal -9223372036854...Kousuke Saruta2014-10-262-7/+135
* [SPARK-3483][SQL] Special chars in column namesravipesala2014-10-261-0/+6
* [SPARK-4068][SQL] NPE in jsonRDD schema inferenceYin Huai2014-10-262-18/+56
* [SPARK-4052][SQL] Use scala.collection.Map for pattern matching instead of us...Yin Huai2014-10-261-1/+1
* [SPARK-3537][SPARK-3914][SQL] Refines in-memory columnar table statisticsCheng Lian2014-10-265-38/+91
* [SPARK-4050][SQL] Fix caching of temporary tables with projections.Michael Armbrust2014-10-241-1/+33
* [SPARK-3800][SQL] Clean aliases from grouping expressionsMichael Armbrust2014-10-201-0/+17
* [SPARK-3906][SQL] Adds multiple join support for SQLContextCheng Lian2014-10-201-0/+11
* [SQL] Add type checking debugging functionsMichael Armbrust2014-10-131-0/+33
* [SPARK-2066][SQL] Adds checks for non-aggregate attributes with aggregationCheng Lian2014-10-131-0/+26
* [SPARK-3407][SQL]Add Date type supportDaoyuan Wang2014-10-136-8/+16
* [SPARK-3861][SQL] Avoid rebuilding hash tables for broadcast joins on each pa...Reynold Xin2014-10-131-0/+63
* [SPARK-3824][SQL] Sets in-memory table default storage level to MEMORY_AND_DISKCheng Lian2014-10-091-5/+5
* [SPARK-3654][SQL] Unifies SQL and HiveQL parsersCheng Lian2014-10-092-4/+2
* [SPARK-3813][SQL] Support "case when" conditional functions in Spark SQL.ravipesala2014-10-091-2/+13
* [SPARK-3858][SQL] Pass the generator alias into logical plan nodeNathan Howell2014-10-091-0/+8
* [SPARK-3339][SQL] Support for skipping json lines that fail to parseYin Huai2014-10-092-1/+70
* [SPARK-3853][SQL] JSON Schema support for Timestamp fieldsMike Timper2014-10-091-0/+8
* [SPARK-3857] Create joins package for various join operators.Reynold Xin2014-10-083-2/+4
* [SPARK-3713][SQL] Uses JSON to serialize DataType objectsCheng Lian2014-10-082-1/+43
* [SPARK-3831] [SQL] Filter rule Improvement and bool expression optimization.Kousuke Saruta2014-10-081-1/+2
* [SPARK-3645][SQL] Makes table caching eager by default and adds syntax for la...Cheng Lian2014-10-051-41/+104
* [SPARK-3212][SQL] Use logical plan matching instead of temporary tables for t...Michael Armbrust2014-10-032-51/+59
* [SPARK-3371][SQL] Renaming a function expression with group by gives errorravipesala2014-10-011-0/+5
* [SPARK-3593][SQL] Add support for sorting BinaryTypeVenkata Ramana Gollamudi2014-10-012-0/+18