aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-15062][SQL] fix list type infer serializer issuebomeng2016-05-021-1/+14
* [SPARK-15047][SQL] Cleanup SQL ParserHerman van Hovell2016-05-021-6/+9
* [SPARK-14785] [SQL] Support correlated scalar subqueriesHerman van Hovell2016-05-021-9/+2
* [SPARK-14781] [SQL] support nested predicate subqueryDavies Liu2016-05-021-4/+7
* [SPARK-14830][SQL] Add RemoveRepetitionFromGroupExpressions optimizer.Dongjoon Hyun2016-05-021-1/+19
* [SPARK-14850][ML] convert primitive array from/to unsafe array directly in Ve...Wenchen Fan2016-04-291-0/+44
* [SPARK-14591][SQL] Remove DataTypeParser and add more keywords to the nonRese...Yin Huai2016-04-291-29/+8
* [SPARK-14757] [SQL] Fix nullability bug in EqualNullSafe codegenReynold Xin2016-04-291-1/+2
* [SPARK-14858] [SQL] Enable subquery pushdownHerman van Hovell2016-04-294-16/+59
* [SPARK-12660][SPARK-14967][SQL] Implement Except Distinct by Left Anti Joingatorsmile2016-04-294-59/+16
* [SPARK-14664][SQL] Implement DecimalAggregates optimization for Window queriesDongjoon Hyun2016-04-271-0/+122
* [SPARK-13477][SQL] Expose new user-facing Catalog interfaceAndrew Or2016-04-263-7/+8
* [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