aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-16535][BUILD] In pom.xml, remove groupId which is redundant definition...Xin Ren2016-07-191-1/+0
* [SPARK-16584][SQL] Move regexp unit tests to RegexpExpressionsSuiteReynold Xin2016-07-162-164/+194
* [SPARK-16582][SQL] Explicitly define isNull = false for non-nullable expressionsSameer Agarwal2016-07-161-0/+3
* [SPARK-16530][SQL][TRIVIAL] Wrong Parser Keyword in ALTER TABLE CHANGE COLUMNgatorsmile2016-07-141-1/+1
* [SPARK-16448] RemoveAliasOnlyProject should not remove alias with metadataWenchen Fan2016-07-142-18/+108
* [SPARK-16343][SQL] Improve the PushDownPredicate rule to pushdown predicates ...θ’‹ζ˜Ÿεš2016-07-142-19/+33
* [SPARK-16514][SQL] Fix various regex codegen bugsEric Liang2016-07-122-15/+39
* [SPARK-16284][SQL] Implement reflect SQL functionpetermaxlee2016-07-133-0/+268
* [SPARK-16119][SQL] Support PURGE option to drop table / partition.Marcelo Vanzin2016-07-125-45/+68
* [SPARK-16489][SQL] Guard against variable reuse mistakes in expression code g...Reynold Xin2016-07-123-8/+68
* [SPARK-16488] Fix codegen variable namespace collision in pmod and partitionBySameer Agarwal2016-07-111-12/+13
* [SPARK-16458][SQL] SessionCatalog should support `listColumns` for temporary ...Dongjoon Hyun2016-07-112-7/+58
* [SPARK-16477] Bump master version to 2.1.0-SNAPSHOTReynold Xin2016-07-111-1/+1
* [SPARK-16459][SQL] Prevent dropping current databaseDongjoon Hyun2016-07-111-7/+13
* [SPARK-16355][SPARK-16354][SQL] Fix Bugs When LIMIT/TABLESAMPLE is Non-foldab...gatorsmile2016-07-113-2/+39
* [SPARK-16318][SQL] Implement all remaining xpath functionspetermaxlee2016-07-116-93/+364
* [SPARK-16281][SQL] Implement parse_url SQL functionwujian2016-07-083-0/+202
* [SPARK-16285][SQL] Implement sentences SQL functionsDongjoon Hyun2016-07-083-2/+90
* [SPARK-16436][SQL] checkEvaluation should support NaNpetermaxlee2016-07-081-0/+4
* [SPARK-16052][SQL] Improve `CollapseRepartition` optimizer for Repartition/Re...Dongjoon Hyun2016-07-084-6/+102
* [SPARK-16415][SQL] fix catalog string errorDaoyuan Wang2016-07-071-0/+6
* [SPARK-16174][SQL] Improve `OptimizeIn` optimizer to remove literal repetitionsDongjoon Hyun2016-07-073-6/+39
* [SPARK-16400][SQL] Remove InSet filter pushdown from ParquetReynold Xin2016-07-071-1/+6
* [SPARK-16374][SQL] Remove Alias from MetastoreRelation and SimpleCatalogRelationgatorsmile2016-07-073-5/+4
* [SPARK-14839][SQL] Support for other types for `tableProperty` rule in SQL sy...hyukjinkwon2016-07-061-1/+8
* [SPARK-16371][SQL] Two follow-up tasksReynold Xin2016-07-061-2/+2
* [SPARK-16286][SQL] Implement stack table generating functionDongjoon Hyun2016-07-063-0/+72
* [SPARK-16311][SQL] Metadata refresh should work on temporary viewsReynold Xin2016-07-052-8/+13
* [SPARK-16288][SQL] Implement inline table generating functionDongjoon Hyun2016-07-043-32/+63
* [SPARK-16278][SPARK-16279][SQL] Implement map_keys/map_values SQL functionsDongjoon Hyun2016-07-033-0/+63
* [SPARK-16329][SQL] Star Expansion over Table Containing No Columngatorsmile2016-07-031-9/+6
* [MINOR][BUILD] Fix Java linter errorsDongjoon Hyun2016-07-022-10/+13
* [SPARK-16208][SQL] Add `PropagateEmptyRelation` optimizerDongjoon Hyun2016-07-013-1/+242
* [SPARK-16331][SQL] Reduce code generation timeHiroshi Inoue2016-06-301-39/+43
* [SPARK-16276][SQL] Implement elt SQL functionpetermaxlee2016-07-014-1/+67
* [SPARK-16289][SQL] Implement posexplode table generating functionDongjoon Hyun2016-06-304-10/+130
* [SPARK-13850] Force the sorter to Spill when number of elements in th…Sital Kedia2016-06-301-0/+2
* [SPARK-16071][SQL] Checks size limit when doubling the array size in BufferHo...Sean Zhong2016-06-302-2/+53
* [SPARK-16274][SQL] Implement xpath_booleanpetermaxlee2016-06-303-0/+121
* [SPARK-16134][SQL] optimizer rules for typed filterWenchen Fan2016-06-305-81/+157
* [SPARK-16238] Metrics for generated method and class bytecode sizeEric Liang2016-06-292-1/+43
* [SPARK-16301] [SQL] The analyzer rule for resolving using joins should respec...Yin Huai2016-06-292-7/+49
* [SPARK-16157][SQL] Add New Methods for comments in StructField and StructTypegatorsmile2016-06-294-8/+72
* [SPARK-16291][SQL] CheckAnalysis should capture nested aggregate functions th...Cheng Lian2016-06-292-2/+11
* [SPARK-16271][SQL] Implement Hive's UDFXPathUtilpetermaxlee2016-06-283-0/+394
* [SPARK-16248][SQL] Whitelist the list of Hive fallback functionsReynold Xin2016-06-281-0/+1
* [MINOR][DOCS][STRUCTURED STREAMING] Minor doc fixes around `DataFrameWriter` ...Burak Yavuz2016-06-282-6/+6
* [SPARK-16100][SQL] fix bug when use Map as the buffer type of AggregatorWenchen Fan2016-06-291-11/+17
* [SPARK-16181][SQL] outer join with isNull filter may return wrong resultWenchen Fan2016-06-281-0/+8
* [SPARK-16220][SQL] Add scope to show functionsHerman van Hovell2016-06-273-10/+19