aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-14592][SQL] Native support for CREATE TABLE LIKE DDL commandLiang-Chi Hsieh2016-04-141-4/+3
* [SPARK-14630][BUILD][CORE][SQL][STREAMING] Code style: public abstract method...Liwei Lin2016-04-142-2/+2
* [MINOR][SQL] Remove extra anonymous closure within functional transformationshyukjinkwon2016-04-142-4/+4
* [SPARK-14596][SQL] Remove not used SqlNewHadoopRDD and some more unused importshyukjinkwon2016-04-141-4/+4
* [SPARK-14581] [SQL] push predicatese through more logical plansDavies Liu2016-04-136-52/+146
* [SPARK-14388][SQL] Implement CREATE TABLEAndrew Or2016-04-133-9/+28
* [SPARK-14578] [SQL] Fix codegen for CreateExternalRow with nested wide schemaDavies Liu2016-04-121-3/+5
* [SPARK-14414][SQL] improve the error message class hierarchybomeng2016-04-121-23/+8
* [SPARK-14562] [SQL] improve constraints propagation in UnionDavies Liu2016-04-122-1/+29
* [SPARK-14508][BUILD] Add a new ScalaStyle Rule `OmitBracesInCase`Dongjoon Hyun2016-04-123-16/+9
* [SPARK-14132][SPARK-14133][SQL] Alter table partition DDLsAndrew Or2016-04-113-15/+37
* [SPARK-14502] [SQL] Add optimization for Binary Comparison SimplificationDongjoon Hyun2016-04-112-0/+119
* [SPARK-14528] [SQL] Fix same result of UnionDavies Liu2016-04-112-5/+9