aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14445][SQL] Support native execution of SHOW COLUMNS and SHOW PARTITIONSDilip Biswal2016-04-274-8/+32
* [SPARK-14910][SQL] Native DDL Command Support for Describe Function in Non-id...gatorsmile2016-04-263-3/+28
* [MINOR][DOCS] Minor typo fixesJacek Laskowski2016-04-261-1/+1
* [SPARK-14888][SQL] UnresolvedFunction should use FunctionIdentifierReynold Xin2016-04-259-65/+100
* [SPARK-13739][SQL] Push Predicate Through Windowgatorsmile2016-04-254-33/+260
* [SPARK-14870] [SQL] Fix NPE in TPCDS q14aSameer Agarwal2016-04-241-2/+5
* [SPARK-14548][SQL] Support not greater than and not less than operator in Spa...jliwork2016-04-244-3/+14
* [SPARK-14691][SQL] Simplify and Unify Error Generation for Unsupported Alter ...gatorsmile2016-04-241-15/+13
* [SPARK-14879][SQL] Move CreateMetastoreDataSource and CreateMetastoreDataSour...Yin Huai2016-04-231-0/+9
* [SPARK-14838] [SQL] Set default size for ObjecType to avoid failure when esti...Liang-Chi Hsieh2016-04-231-2/+1
* [MINOR] [SQL] Fix error message string in nullSafeEvel of TernaryExpressionDongjoon Hyun2016-04-231-1/+2
* [SPARK-14869][SQL] Don't mask exceptions in ResolveRelationsReynold Xin2016-04-234-11/+19
* [SPARK-14872][SQL] Restructure command packageReynold Xin2016-04-231-0/+0
* [SPARK-14866][SQL] Break SQLQuerySuite out into smaller test suitesReynold Xin2016-04-221-3/+3
* [SPARK-14863][SQL] Cache TreeNode's hashCode by defaultJosh Rosen2016-04-231-0/+5
* [SPARK-14842][SQL] Implement view creation in sql/coreReynold Xin2016-04-222-0/+5
* [SPARK-14855][SQL] Add "Exec" suffix to physical operatorsReynold Xin2016-04-221-3/+6
* [SPARK-14796][SQL] Add spark.sql.optimizer.inSetConversionThreshold config op...Dongjoon Hyun2016-04-224-6/+30
* [SPARK-14763][SQL] fix subquery resolutionDavies Liu2016-04-226-39/+156
* [SPARK-14762] [SQL] TPCDS Q90 fails to parseHerman van Hovell2016-04-222-6/+51
* [SPARK-6429] Implement hashCode and equals togetherJoan2016-04-226-7/+33
* [SPARK-14609][SQL] Native support for LOAD DATA DDL commandLiang-Chi Hsieh2016-04-224-2/+78
* [SPARK-14826][SQL] Remove HiveQueryExecutionReynold Xin2016-04-221-1/+1
* [SPARK-14835][SQL] Remove MetastoreRelation dependency from SQLBuilderReynold Xin2016-04-211-4/+16
* [SPARK-14680] [SQL] Support all datatypes to use VectorizedHashmap in Tungste...Sameer Agarwal2016-04-211-0/+57
* [SPARK-14793] [SQL] Code generation for large complex type exceeds JVM size l...Takuya UESHIN2016-04-213-53/+144
* [SPARK-14821][SQL] Implement AnalyzeTable in sql/core and remove HiveSqlAstBu...Reynold Xin2016-04-213-9/+23
* [SPARK-14724] Use radix sort for shuffles and sort operator when possibleEric Liang2016-04-212-4/+5
* [SPARK-14798][SQL] Move native command and script transformation parsing into...Reynold Xin2016-04-211-3/+61
* [SPARK-9013][SQL] generate MutableProjection directly instead of return a fun...Wenchen Fan2016-04-206-17/+15
* [SPARK-14600] [SQL] Push predicates through ExpandWenchen Fan2016-04-194-9/+25
* [SPARK-13929] Use Scala reflection for UDTsJoan2016-04-193-62/+78
* [SPARK-4226] [SQL] Support IN/EXISTS SubqueriesHerman van Hovell2016-04-199-29/+332
* [SPARK-14675][SQL] ClassFormatError when use Seq as Aggregator buffer typeWenchen Fan2016-04-192-4/+17
* [SPARK-14676] Wrap and re-throw Await.result exceptions in order to capture f...Josh Rosen2016-04-191-1/+2
* [SPARK-12457] Fixed the Wrong Description and Missing Example in Collection F...gatorsmile2016-04-192-6/+7
* [SPARK-14491] [SQL] refactor object operator framework to make it easy to eli...Wenchen Fan2016-04-195-138/+131
* [SPARK-14577][SQL] Add spark.sql.codegen.maxCaseBranches config optionDongjoon Hyun2016-04-194-34/+172
* [SPARK-14398][SQL] Audit non-reserved keyword list in ANTLR4 parserbomeng2016-04-191-0/+1
* [SPARK-14718][SQL] Avoid mutating ExprCode in doGenCodeSameer Agarwal2016-04-1831-439/+361
* [SPARK-14710][SQL] Rename gen/genCode to genCode/doGenCode to better reflect ...Sameer Agarwal2016-04-1835-266/+270
* [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-185-7/+70
* [SPARK-14473][SQL] Define analysis rules to catch operations not supported in...Tathagata Das2016-04-186-0/+594
* [SPARK-14614] [SQL] Add `bround` functionDongjoon Hyun2016-04-185-26/+85
* [MINOR] Remove inappropriate type notation and extra anonymous closure within...hyukjinkwon2016-04-163-12/+8
* [SPARK-14677][SQL] Make the max number of iterations configurable for CatalystReynold Xin2016-04-156-58/+47
* [SPARK-14668][SQL] Move CurrentDatabase to CatalystYin Huai2016-04-154-4/+40
* [SPARK-14275][SQL] Reimplement TypedAggregateExpression to DeclarativeAggregateWenchen Fan2016-04-154-2/+82
* [SPARK-14545][SQL] Improve `LikeSimplification` by adding `a%b` ruleDongjoon Hyun2016-04-142-11/+31