aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14888][SQL] UnresolvedFunction should use FunctionIdentifierReynold Xin2016-04-253-11/+17
* [SPARK-13739][SQL] Push Predicate Through Windowgatorsmile2016-04-252-33/+229
* [SPARK-14548][SQL] Support not greater than and not less than operator in Spa...jliwork2016-04-242-0/+11
* [SPARK-14796][SQL] Add spark.sql.optimizer.inSetConversionThreshold config op...Dongjoon Hyun2016-04-222-3/+24
* [SPARK-14763][SQL] fix subquery resolutionDavies Liu2016-04-221-0/+4
* [SPARK-14762] [SQL] TPCDS Q90 fails to parseHerman van Hovell2016-04-221-3/+47
* [SPARK-6429] Implement hashCode and equals togetherJoan2016-04-221-4/+13
* [SPARK-14793] [SQL] Code generation for large complex type exceeds JVM size l...Takuya UESHIN2016-04-211-0/+57
* [SPARK-14821][SQL] Implement AnalyzeTable in sql/core and remove HiveSqlAstBu...Reynold Xin2016-04-211-4/+4
* [SPARK-9013][SQL] generate MutableProjection directly instead of return a fun...Wenchen Fan2016-04-205-10/+10
* [SPARK-14600] [SQL] Push predicates through ExpandWenchen Fan2016-04-191-0/+15
* [SPARK-13929] Use Scala reflection for UDTsJoan2016-04-191-1/+36
* [SPARK-4226] [SQL] Support IN/EXISTS SubqueriesHerman van Hovell2016-04-194-8/+68
* [SPARK-14676] Wrap and re-throw Await.result exceptions in order to capture f...Josh Rosen2016-04-191-1/+2
* [SPARK-14491] [SQL] refactor object operator framework to make it easy to eli...Wenchen Fan2016-04-191-29/+33
* [SPARK-14577][SQL] Add spark.sql.codegen.maxCaseBranches config optionDongjoon Hyun2016-04-191-0/+102
* [SPARK-14718][SQL] Avoid mutating ExprCode in doGenCodeSameer Agarwal2016-04-181-1/+1
* [SPARK-14710][SQL] Rename gen/genCode to genCode/doGenCode to better reflect ...Sameer Agarwal2016-04-181-2/+2
* [HOTFIX] Fix Scala 2.10 compilation break.Reynold Xin2016-04-181-2/+2
* [SPARK-14580][SPARK-14655][SQL] Hive IfCoercion should preserve predicate.Dongjoon Hyun2016-04-182-4/+28
* [SPARK-14473][SQL] Define analysis rules to catch operations not supported in...Tathagata Das2016-04-182-0/+405
* [SPARK-14614] [SQL] Add `bround` functionDongjoon Hyun2016-04-182-2/+31
* [SPARK-14677][SQL] Make the max number of iterations configurable for CatalystReynold Xin2016-04-153-12/+6
* [SPARK-14668][SQL] Move CurrentDatabase to CatalystYin Huai2016-04-151-1/+6
* [SPARK-14545][SQL] Improve `LikeSimplification` by adding `a%b` ruleDongjoon Hyun2016-04-141-0/+14
* [SPARK-14581] [SQL] push predicatese through more logical plansDavies Liu2016-04-134-12/+72
* [SPARK-14388][SQL] Implement CREATE TABLEAndrew Or2016-04-131-2/+6
* [SPARK-14562] [SQL] improve constraints propagation in UnionDavies Liu2016-04-121-0/+14
* [SPARK-14508][BUILD] Add a new ScalaStyle Rule `OmitBracesInCase`Dongjoon Hyun2016-04-121-12/+6
* [SPARK-14132][SPARK-14133][SQL] Alter table partition DDLsAndrew Or2016-04-112-13/+33
* [SPARK-14502] [SQL] Add optimization for Binary Comparison SimplificationDongjoon Hyun2016-04-111-0/+95
* [SPARK-14528] [SQL] Fix same result of UnionDavies Liu2016-04-111-1/+6
* [SPARK-14506][SQL] HiveClientImpl's toHiveTable misses a table property for e...Yin Huai2016-04-091-0/+9
* [SPARK-14362][SPARK-14406][SQL] DDL Native Support: Drop View and Drop Tablegatorsmile2016-04-091-4/+3
* [SPARK-14270][SQL] whole stage codegen support for typed filterWenchen Fan2016-04-071-0/+74
* [SPARK-14410][SQL] Push functions existence check into catalogAndrew Or2016-04-071-24/+29
* [SPARK-14134][CORE] Change the package name used for shading classes.Marcelo Vanzin2016-04-061-2/+1
* [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