aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17698][SQL] Join predicates should not contain filter clausesTejas Patil2016-10-203-3/+8
* [SPARK-17989][SQL] Check ascendingOrder type in sort_array function rather th...hyukjinkwon2016-10-191-1/+7
* [SPARK-17873][SQL] ALTER TABLE RENAME TO should allow users to specify databa...Wenchen Fan2016-10-182-10/+31
* [SPARK-17751][SQL] Remove spark.sql.eagerAnalysis and Output the Plan if Exis...gatorsmile2016-10-171-0/+7
* [MINOR][SQL] Add prettyName for current_database functionWeiqing Yang2016-10-161-0/+1
* [SPARK-16980][SQL] Load only catalog table partition metadata required to ans...Michael Allman2016-10-143-6/+18
* [SPARK-11775][PYSPARK][SQL] Allow PySpark to register Java UDFJeff Zhang2016-10-141-1/+1
* [SPARK-17863][SQL] should not add column into DistinctDavies Liu2016-10-141-0/+2
* [SPARK-17903][SQL] MetastoreRelation should talk to external catalog instead ...Wenchen Fan2016-10-142-0/+21
* [SPARK-17368][SQL] Add support for value class serialization and deserializationJakob Odersky2016-10-132-3/+13
* [SPARK-17731][SQL][STREAMING] Metrics for structured streamingTathagata Das2016-10-131-0/+7
* [SPARK-17827][SQL] maxColLength type should be Int for String and BinaryPete Robbins2016-10-131-2/+2
* minor doc fix for Row.scalabuzhihuojie2016-10-121-1/+1
* [SPARK-17884][SQL] To resolve Null pointer exception when casting from empty ...prigarg2016-10-122-1/+7
* [SPARK-17720][SQL] introduce static SQL confWenchen Fan2016-10-111-2/+1
* [SPARK-17821][SQL] Support And and Or in Expression CanonicalizeLiang-Chi Hsieh2016-10-112-0/+89
* [SPARK-17864][SQL] Mark data type APIs as stable (not DeveloperApi)Reynold Xin2016-10-1131-94/+207
* [SPARK-17338][SQL][FOLLOW-UP] add global temp viewWenchen Fan2016-10-111-2/+6
* [SPARK-17338][SQL] add global temp viewWenchen Fan2016-10-104-47/+281
* [SPARK-17741][SQL] Grammar to parse top level and nested data fields separatelyjiangxingbo2016-10-093-15/+43
* [SPARK-17832][SQL] TableIdentifier.quotedString creates un-parseable names wh...jiangxingbo2016-10-093-3/+29
* [SPARK-17761][SQL] Remove MutableRowHerman van Hovell2016-10-0723-118/+113
* [SPARK-17750][SQL] Fix CREATE VIEW with INTERVAL arithmetic.Dongjoon Hyun2016-10-061-0/+2
* [SPARK-17758][SQL] Last returns wrong result in case of empty partitionHerman van Hovell2016-10-053-13/+184
* [SPARK-17328][SQL] Fix NPE with EXPLAIN DESCRIBE TABLEDongjoon Hyun2016-10-051-1/+1
* [SPARK-17258][SQL] Parse scientific decimal literals as decimalsHerman van Hovell2016-10-043-26/+13
* [SPARK-17495][SQL] Add Hash capability semantically equivalent to Hive'sTejas Patil2016-10-045-151/+582
* [SPARK-17702][SQL] Code generation including too many mutable states exceeds ...Takuya UESHIN2016-10-037-11/+45
* [SPARK-17753][SQL] Allow a complex expression as the input a value based case...Herman van Hovell2016-10-033-7/+11
* [SPARK-17073][SQL] generate column-level statisticsZhenhua Wang2016-10-032-2/+69
* [SPARK-17739][SQL] Collapse adjacent similar Window operatorsDongjoon Hyun2016-09-302-0/+90
* [SPARK-17703][SQL] Add unnamed version of addReferenceObj for minor objects.Takuya UESHIN2016-09-303-4/+28
* [SPARK-17612][SQL] Support `DESCRIBE table PARTITION` SQL syntaxDongjoon Hyun2016-09-291-1/+12
* [SPARK-17653][SQL] Remove unnecessary distincts in multiple unionsLiang-Chi Hsieh2016-09-293-30/+89
* [SPARK-17699] Support for parsing JSON string columnsMichael Armbrust2016-09-297-2/+727
* [SPARK-17712][SQL] Fix invalid pushdown of data-independent filters beneath a...Josh Rosen2016-09-282-1/+18
* [SPARK-17641][SQL] Collect_list/Collect_set should not collect null values.Herman van Hovell2016-09-281-1/+6
* [SPARK-17618] Guard against invalid comparisons between UnsafeRow and other f...Josh Rosen2016-09-271-1/+6
* [SPARK-17682][SQL] Mark children as final for unary, binary, leaf expressions...Reynold Xin2016-09-274-11/+6
* [SPARK-15962][SQL] Introduce implementation with a dense format for UnsafeArr...Kazuaki Ishizaki2016-09-276-220/+504
* [SPARK-17551][SQL] Add DataFrame API for null orderingxin wu2016-09-252-29/+15
* [SPARK-17616][SQL] Support a single distinct aggregate combined with a non-pa...Herman van Hovell2016-09-222-9/+103
* [SPARK-17609][SQL] SessionCatalog.tableExists should not check temp viewWenchen Fan2016-09-222-50/+50
* [SPARK-17494][SQL] changePrecision() on compact decimal should respect roundi...Davies Liu2016-09-212-4/+39
* [SPARK-17590][SQL] Analyze CTE definitions at once and allow CTE subquery to ...Liang-Chi Hsieh2016-09-213-5/+4
* [SPARK-17617][SQL] Remainder(%) expression.eval returns incorrect result on d...Sean Zhong2016-09-212-1/+16
* [SPARK-17502][SQL] Fix Multiple Bugs in DDL Statements on Temporary Viewsgatorsmile2016-09-203-39/+36
* [SPARK-17160] Properly escape field names in code-generated error messagesJosh Rosen2016-09-193-8/+29
* [SPARK-17100] [SQL] fix Python udf in filter on top of outer joinDavies Liu2016-09-191-1/+3
* [SPARK-17506][SQL] Improve the check double values equality rule.jiangxingbo2016-09-182-7/+30