aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19598][SQL] Remove the alias parameter in UnresolvedRelationwindpiger2017-02-198-68/+45
* [SPARK-19447] Make Range operator generate "recordsRead" metricAla Luszczak2017-02-181-1/+3
* [SPARK-18352][SQL] Support parsing multiline json filesNathan Howell2017-02-164-127/+236
* [SPARK-19550][BUILD][CORE][WIP] Remove Java 7 supportSean Owen2017-02-161-6/+2
* [SPARK-19618][SQL] Inconsistency wrt max. buckets allowed from Dataframe API ...Tejas Patil2017-02-151-2/+3
* [SPARK-18937][SQL] Timezone support in CSV/JSON parsingTakuya UESHIN2017-02-154-28/+128
* [SPARK-19331][SQL][TESTS] Improve the test coverage of SQLViewSuitejiangxingbo2017-02-152-4/+9
* [SPARK-16475][SQL] broadcast hint for SQL queries - disallow space as the del...Liang-Chi Hsieh2017-02-152-3/+8
* [SPARK-17076][SQL] Cardinality estimation for join based on basic column stat...Zhenhua Wang2017-02-157-24/+801
* [SPARK-16475][SQL] broadcast hint for SQL queries - follow upReynold Xin2017-02-153-20/+18
* [SPARK-19318][SQL] Fix to treat JDBC connection properties specified by the u...sureshthalamati2017-02-142-11/+25
* [SPARK-16475][SQL] Broadcast hint for SQL QueriesReynold Xin2017-02-149-3/+314
* [SPARK-19115][SQL] Supporting Create Table Like Locationouyangxiaochen2017-02-131-1/+1
* [SPARK-19435][SQL] Type coercion between ArrayTypeshyukjinkwon2017-02-132-43/+120
* [SPARK-19544][SQL] Improve error message when some column types are compatibl...hyukjinkwon2017-02-134-14/+38
* [SPARK-19496][SQL] to_date udf to return null when input date is invalidwindpiger2017-02-131-0/+4
* [SPARK-19459][SQL] Add Hive datatype (char/varchar) to StructField metadataHerman van Hovell2017-02-102-3/+31
* [SPARK-19543] from_json fails when the input row is emptyBurak Yavuz2017-02-102-1/+9
* [SPARK-19025][SQL] Remove SQL builder for operatorsjiangxingbo2017-02-091-1/+1
* [SPARK-19512][SQL] codegen for compare structs failsBogdan Raducanu2017-02-092-4/+12
* [SPARK-19514] Making range interruptible.Ala Luszczak2017-02-091-3/+5
* [SPARK-19265][SQL][FOLLOW-UP] Configurable `tableRelationCache` maximum sizeLiwei Lin2017-02-092-3/+6
* [SPARK-19359][SQL] renaming partition should not leave useless directoriesWenchen Fan2017-02-091-7/+10
* [SPARK-19279][SQL][FOLLOW-UP] Infer Schema for Hive Serde Tablesgatorsmile2017-02-081-0/+8
* [SPARK-19413][SS] MapGroupsWithState for arbitrary stateful operationsTathagata Das2017-02-073-4/+80
* [SPARK-18609][SPARK-18841][SQL] Fix redundant Alias removal in the optimizerHerman van Hovell2017-02-075-111/+156
* [SPARK-16609] Add to_date/to_timestamp with format functionsanabranch2017-02-072-1/+66
* [SPARK-19118][SQL] Percentile support for frequency distribution tablegagan taneja2017-02-072-55/+141
* [SPARK-18601][SQL] Simplify Create/Get complex expression pairs in optimizerEyal Farago2017-02-077-4/+427
* [SPARK-19441][SQL] Remove IN type coercion from PromoteStringsgatorsmile2017-02-071-9/+0
* [SPARK-19472][SQL] Parser should not mistake CASE WHEN(...) for a function callHerman van Hovell2017-02-062-1/+3
* [SPARK-19080][SQL] simplify data source analysisWenchen Fan2017-02-073-33/+12
* [SPARK-19425][SQL] Make ExtractEquiJoinKeys support UDT columnsLiang-Chi Hsieh2017-02-042-0/+4
* [SPARK-19446][SQL] Remove unused findTightestCommonType in TypeCoercionhyukjinkwon2017-02-032-22/+11
* [SPARK-18909][SQL] The error messages in `ExpressionEncoder.toRow/fromRow` ar...Dongjoon Hyun2017-02-031-2/+2
* [SPARK-19411][SQL] Remove the metadata used to mark optional columns in merge...Liang-Chi Hsieh2017-02-033-64/+4
* [SPARK-19402][DOCS] Support LaTex inline formula correctly and fix warnings i...hyukjinkwon2017-02-013-6/+6
* [SPARK-19406][SQL] Fix function to_json to respect user-provided optionsgatorsmile2017-01-301-1/+4
* [SPARK-19385][SQL] During canonicalization, `NOT(...(l, r))` should not expec...Liwei Lin2017-01-292-9/+43
* [SPARK-12970][DOCS] Fix the example in SturctType APIs for Scala and Javahyukjinkwon2017-01-271-15/+17
* [SPARK-19338][SQL] Add UDF names in explainTakeshi YAMAMURO2017-01-262-3/+6
* [SPARK-18936][SQL] Infrastructure for session local timezone support.Takuya UESHIN2017-01-2620-646/+1112
* [SPARK-19311][SQL] fix UDT hierarchy issuegmoehler2017-01-251-2/+6
* [SPARK-18863][SQL] Output non-aggregate expressions without GROUP BY in a sub...Nattavut Sutyanyong2017-01-251-50/+56
* [SPARK-19017][SQL] NOT IN subquery with more than one column may return incor...Nattavut Sutyanyong2017-01-241-2/+8
* [SPARK-17913][SQL] compare atomic and string type column may return confusing...Wenchen Fan2017-01-243-4/+30
* [SPARK-19246][SQL] CataLogTable's partitionSchema order and exist checkwindpiger2017-01-241-4/+9
* [SPARK-19272][SQL] Remove the param `viewOriginalText` from `CatalogTable`jiangxingbo2017-01-242-3/+0
* [SPARK-19290][SQL] add a new extending interface in Analyzer for post-hoc res...Wenchen Fan2017-01-231-0/+8
* [SPARK-19309][SQL] disable common subexpression elimination for conditional e...Wenchen Fan2017-01-236-156/+67