aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-17849][SQL] Fix NPE problem when using grouping setswangyang2016-11-051-2/+7
* [SPARK-18287][SQL] Move hash expressions from misc.scala into hash.scalaReynold Xin2016-11-054-880/+932
* [SPARK-17183][SPARK-17983][SPARK-18101][SQL] put hive serde table schema to t...Wenchen Fan2016-11-054-7/+51
* [SPARK-18260] Make from_json null safeBurak Yavuz2016-11-052-1/+11
* [SPARK-17337][SQL] Do not pushdown predicates through filters with predicate...Herman van Hovell2016-11-041-1/+15
* [SPARK-18244][SQL] Rename partitionProviderIsHive -> tracksPartitionsInCatalogReynold Xin2016-11-032-5/+6
* [SQL] minor - internal doc improvement for InsertIntoTable.Reynold Xin2016-11-031-0/+16
* [SPARK-17122][SQL] support drop current databaseDaoyuan Wang2016-11-032-2/+15
* [SPARK-18175][SQL] Improve the test case coverage of implicit type castinggatorsmile2016-11-021-56/+199
* [SPARK-17963][SQL][DOCUMENTATION] Add examples (extend) in each expression an...hyukjinkwon2016-11-0236-421/+1211
* [SPARK-17470][SQL] unify path for data source table and locationUri for hive ...Wenchen Fan2016-11-021-9/+31
* [SPARK-18214][SQL] Simplify RuntimeReplaceable type coercionReynold Xin2016-11-026-81/+49
* [SPARK-14393][SQL] values generated by non-deterministic functions shouldn't ...Xiangrui Meng2016-11-0217-51/+125
* [SPARK-17683][SQL] Support ArrayType in Literal.applyTakeshi YAMAMURO2016-11-022-2/+82
* [SPARK-16839][SQL] Simplify Struct creation code patheyal farago2016-11-027-177/+135
* [SPARK-18076][CORE][SQL] Fix default Locale used in DateFormat, NumberFormat ...Sean Owen2016-11-026-29/+32
* [SPARK-18183][SPARK-18184] Fix INSERT [INTO|OVERWRITE] TABLE ... PARTITION fo...Eric Liang2016-11-024-7/+38
* [SPARK-17764][SQL] Add `to_json` supporting to convert nested struct column t...hyukjinkwon2016-11-014-2/+278
* [SPARK-18148][SQL] Misleading Error Message for Aggregation Without Window/Gr...jiangxingbo2016-11-011-0/+12
* Revert "[SPARK-16839][SQL] redundant aliases after cleanupAliases"Herman van Hovell2016-11-017-134/+177
* [SPARK-16839][SQL] redundant aliases after cleanupAliaseseyal farago2016-11-017-177/+134
* [SPARK-17996][SQL] Fix unqualified catalog.getFunction(...)Herman van Hovell2016-11-013-5/+21
* [SPARK-18111][SQL] Wrong ApproximatePercentile answer when multiple records h...wangzhenhua2016-11-011-1/+3
* [SPARK-17970][SQL] store partition spec in metastore for data source tableEric Liang2016-10-272-4/+9
* [SPARK-17770][CATALYST] making ObjectType publicALeksander Eskilson2016-10-261-5/+7
* [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