aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18063][SQL] Failed to infer constraints over multiple aliasesjiangxingbo2016-10-262-6/+18
* [SPARK-17733][SQL] InferFiltersFromConstraints rule never terminates for queryjiangxingbo2016-10-263-10/+190
* [SPARK-18070][SQL] binary operator should not consider nullability when compa...Wenchen Fan2016-10-251-1/+1
* [SPARK-18026][SQL] should not always lowercase partition columns of partition...Wenchen Fan2016-10-252-20/+6
* [SPARK-18028][SQL] simplify TableFileCatalogWenchen Fan2016-10-251-0/+14
* [SPARK-18058][SQL] Comparing column types ignoring Nullability in Union and S...CodingCat2016-10-233-21/+31
* [SPARK-18035][SQL] Introduce performant and memory efficient APIs to create A...Tejas Patil2016-10-223-55/+111
* [SPARK-17331][FOLLOWUP][ML][CORE] Avoid allocating 0-length arraysZheng RuiFeng2016-10-211-5/+5
* [SPARK-18029][SQL] PruneFileSourcePartitions should not change the output of ...Wenchen Fan2016-10-211-2/+2
* [SPARK-15780][SQL] Support mapValues on KeyValueGroupedDatasetKoert Kuipers2016-10-201-0/+13
* [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