aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12610][SQL] Left Anti JoinHerman van Hovell2016-04-061-1/+4
* [SPARK-14429][SQL] Improve LIKE pattern in "SHOW TABLES / FUNCTIONS LIKE <pat...bomeng2016-04-061-0/+12
* [SPARK-14426][SQL] Merge PerserUtils and ParseUtilsKousuke Saruta2016-04-062-1/+66
* [SPARK-14402][SQL] initcap UDF doesn't match Hive/Oracle behavior in lowercas...Dongjoon Hyun2016-04-051-0/+1
* [SPARK-14353] Dataset Time Window `window` API for Python, and SQLBurak Yavuz2016-04-051-1/+36
* [SPARK-14123][SPARK-14384][SQL] Handle CreateFunction/DropFunctionYin Huai2016-04-057-124/+50
* [SPARK-14349][SQL] Issue Error Messages for Unsupported Operators/DML/DDL in ...gatorsmile2016-04-051-10/+0
* [SPARK-14355][BUILD] Fix typos in Exception/Testcase/Comments and static anal...Dongjoon Hyun2016-04-031-1/+1
* [HOTFIX] Fix Scala 2.10 compilationReynold Xin2016-04-021-2/+2
* [MINOR][DOCS] Use multi-line JavaDoc comments in Scala code.Dongjoon Hyun2016-04-021-7/+7
* [SPARK-14338][SQL] Improve `SimplifyConditionals` rule to handle `null` in IF...Dongjoon Hyun2016-04-021-5/+11
* [SPARK-14255][SQL] Streaming AggregationMichael Armbrust2016-04-011-0/+3
* [SPARK-14160] Time Windowing functions for DatasetsBurak Yavuz2016-04-012-0/+132
* [SPARK-14191][SQL] Remove invalid Expand operator constraintsLiang-Chi Hsieh2016-04-011-0/+27
* [SPARK-13995][SQL] Extract correct IsNotNull constraints for ExpressionLiang-Chi Hsieh2016-04-011-1/+84
* [SPARK-14211][SQL] Remove ANTLR3 based parserHerman van Hovell2016-03-317-266/+4
* [SPARK-14282][SQL] CodeFormatter should handle oneline comment with /* */ pro...Dongjoon Hyun2016-03-301-0/+14
* [SPARK-14268][SQL] rename toRowExpressions and fromRowExpression to serialize...Wenchen Fan2016-03-302-4/+4
* [SPARK-14225][SQL] Cap the length of toCommentSafeString at 128 charsSameer Agarwal2016-03-291-1/+40
* [SPARK-14013][SQL] Proper temp function support in catalogAndrew Or2016-03-285-35/+30
* [SPARK-13923][SPARK-14014][SQL] Session catalog follow-upsAndrew Or2016-03-284-20/+20
* [SPARK-13713][SQL] Migrate parser from ANTLR3 to ANTLR4Herman van Hovell2016-03-287-53/+1109
* [SPARK-14137] [SPARK-14150] [SQL] Infer IsNotNull constraints from non-nullab...Sameer Agarwal2016-03-251-0/+9
* [SPARK-12443][SQL] encoderFor should support DecimalLiang-Chi Hsieh2016-03-252-1/+20
* [SPARK-14061][SQL] implement CreateMapWenchen Fan2016-03-253-3/+114
* [SPARK-13919] [SQL] fix column pruning through filterDavies Liu2016-03-253-8/+18
* [SPARK-14014][SQL] Integrate session catalog (attempt #2)Andrew Or2016-03-247-40/+53
* [SPARK-14142][SQL] Replace internal use of unionAll with unionReynold Xin2016-03-244-8/+8
* Revert "[SPARK-14014][SQL] Replace existing catalog with SessionCatalog"Andrew Or2016-03-237-53/+40
* [SPARK-14014][SQL] Replace existing catalog with SessionCatalogAndrew Or2016-03-237-40/+53
* [SPARK-13325][SQL] Create a 64-bit hashcode expressionHerman van Hovell2016-03-234-24/+367
* [SPARK-13549][SQL] Refactor the Optimizer Rule CollapseProjectgatorsmile2016-03-241-1/+25
* [SPARK-13806] [SQL] fix rounding mode of negative float/doubleDavies Liu2016-03-221-0/+4
* [SPARK-14029][SQL] Improve BooleanSimplification optimization by implementing...Dongjoon Hyun2016-03-222-0/+34
* [SPARK-13320][SQL] Support Star in CreateStruct/CreateArray and Error Handlin...gatorsmile2016-03-221-0/+5
* [SPARK-14004][SQL] NamedExpressions should have at most one qualifierCheng Lian2016-03-211-1/+1
* [SPARK-12789][SQL] Support Order By Ordinal in SQLgatorsmile2016-03-214-8/+16
* [SPARK-14019][SQL] Remove noop SortOrder in Sortgatorsmile2016-03-211-0/+66
* [SPARK-13427][SQL] Support USING clause in JOIN.Dilip Biswal2016-03-172-24/+71
* Revert "[SPARK-13840][SQL] Split Optimizer Rule ColumnPruning to ColumnPrunin...Davies Liu2016-03-163-6/+3
* [SPARK-13118][SQL] Expression encoding for optional synthetic classesJakob Odersky2016-03-161-0/+2
* [SPARK-13923][SQL] Implement SessionCatalogAndrew Or2016-03-163-77/+967
* [SPARK-11011][SQL] Narrow type of UDT serializationJakob Odersky2016-03-162-20/+10
* [SPARK-13869][SQL] Remove redundant conditions while combining filtersSameer Agarwal2016-03-161-0/+15
* [SPARK-13871][SQL] Support for inferring filters from data constraintsSameer Agarwal2016-03-161-29/+40
* [SPARK-13823][SPARK-13397][SPARK-13395][CORE] More warnings, StandardCharset ...Sean Owen2016-03-161-2/+2
* [MINOR][TEST][SQL] Remove wrong "expected" parameter in checkNaNWithoutCodegenYucai Yu2016-03-151-1/+0
* [SPARK-13840][SQL] Split Optimizer Rule ColumnPruning to ColumnPruning and El...gatorsmile2016-03-153-3/+6
* [MINOR][DOCS] Fix more typos in comments/strings.Dongjoon Hyun2016-03-145-5/+5
* [SPARK-13823][CORE][STREAMING][SQL] Always specify Charset in String <-> byte...Sean Owen2016-03-135-16/+32