aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20366][SQL] Fix recursive join reordering: inside joins are not reorderedwangzhenhua2017-04-181-10/+12
* [SPARK-17647][SQL][FOLLOWUP][MINOR] fix typoFelix Cheung2017-04-171-1/+1
* [SPARK-17647][SQL] Fix backslash escaping in 'LIKE' patterns.Jakob Odersky2017-04-172-20/+55
* [SPARK-20349][SQL] ListFunctions returns duplicate functions after using pers...Xiao Li2017-04-171-5/+16
* [SPARK-19716][SQL][FOLLOW-UP] UnresolvedMapObjects should always be serializableWenchen Fan2017-04-161-25/+31
* [SPARK-20318][SQL] Use Catalyst type for min/max in ColumnStat for ease of es...wangzhenhua2017-04-144-135/+128
* [SPARK-20233][SQL] Apply star-join filter heuristics to dynamic programming j...Ioana Delaney2017-04-133-9/+145
* [SPARK-20304][SQL] AssertNotNull should not include path in string representa...Reynold Xin2017-04-121-0/+2
* [SPARK-20303][SQL] Rename createTempFunction to registerFunctionXiao Li2017-04-122-20/+14
* [SPARK-20296][TRIVIAL][DOCS] Count distinct error message for streamingjtoka2017-04-121-3/+2
* [SPARK-20302][SQL] Short circuit cast when from and to types are structurally...Reynold Xin2017-04-122-23/+68
* [SPARK-19993][SQL] Caching logical plans containing subquery expressions does...Dilip Biswal2017-04-122-20/+49
* [SPARK-20291][SQL] NaNvl(FloatType, NullType) should not be cast to NaNvl(Dou...DB Tsai2017-04-121-0/+1
* [SPARK-20289][SQL] Use StaticInvoke to box primitive typesReynold Xin2017-04-112-21/+20
* [SPARK-20175][SQL] Exists should not be evaluated in Join operatorLiang-Chi Hsieh2017-04-111-1/+2
* [SPARK-20274][SQL] support compatible array element type in encoderWenchen Fan2017-04-112-9/+17
* [SPARK-20156][CORE][SQL][STREAMING][MLLIB] Java String toLowerCase "Turkish l...Sean Owen2017-04-1020-32/+71
* [SPARK-20273][SQL] Disallow Non-deterministic Filter push-down into Join Cond...Xiao Li2017-04-101-0/+2
* [SPARK-19518][SQL] IGNORE NULLS in first / last in SQLhyukjinkwon2017-04-102-1/+21
* [SPARK-20229][SQL] add semanticHash to QueryPlanWenchen Fan2017-04-107-61/+75
* [SPARK-20253][SQL] Remove unnecessary nullchecks of a return value from Spark...Kazuaki Ishizaki2017-04-103-33/+41
* [SPARK-20262][SQL] AssertNotNull should throw NullPointerExceptionReynold Xin2017-04-071-3/+3
* [SPARK-20246][SQL] should not push predicate down through aggregate with non-...Wenchen Fan2017-04-071-29/+31
* [SPARK-20245][SQL][MINOR] pass output to LogicalRelation directlyWenchen Fan2017-04-071-4/+4
* [SPARK-19495][SQL] Make SQLConf slightly more extensible - addendumReynold Xin2017-04-061-1/+1
* [SPARK-20231][SQL] Refactor star schema code for the subsequent star join det...Ioana Delaney2017-04-052-327/+352
* [SPARK-20204][SQL][FOLLOWUP] SQLConf should react to change in default timezo...Dilip Biswal2017-04-061-1/+1
* [SPARK-19716][SQL] support by-name resolution for struct type elements in arrayWenchen Fan2017-04-044-40/+79
* [SPARK-20204][SQL] remove SimpleCatalystConf and CatalystConf type aliasWenchen Fan2017-04-0421-131/+85
* [SPARK-20198][SQL] Remove the inconsistency in table/function name convention...Xiao Li2017-04-044-2/+31
* [SPARK-20067][SQL] Unify and Clean Up Desc Commands Using Catalog InterfaceXiao Li2017-04-031-49/+87
* [SPARK-10364][SQL] Support Parquet logical type TIMESTAMP_MILLISDilip Biswal2017-04-042-0/+28
* [SPARK-19408][SQL] filter estimation on two columns of same tableRon Hu2017-04-031-2/+231
* [SPARK-20145] Fix range case insensitive bug in SQLsamelamin2017-04-031-3/+1
* [SPARK-20194] Add support for partition pruning to in-memory catalogAdrian Ionescu2017-04-032-4/+37
* [SPARK-20166][SQL] Use XXX for ISO 8601 timezone instead of ZZ (FastDateForma...hyukjinkwon2017-04-031-1/+1
* [SPARK-20143][SQL] DataType.fromJson should throw an exception with better me...hyukjinkwon2017-04-021-1/+11
* [SPARK-20186][SQL] BroadcastHint should use child's statswangzhenhua2017-04-011-1/+1
* [SPARK-20164][SQL] AnalysisException not tolerant of null query plan.Kunal Khamar2017-03-311-1/+1
* [SPARK-20121][SQL] simplify NullPropagation with NullIntolerantWenchen Fan2017-03-306-73/+39
* [DOCS] Docs-only improvementsJacek Laskowski2017-03-308-13/+14
* [SPARK-19088][SQL] Fix 2.10 build.Takuya UESHIN2017-03-291-1/+2
* [SPARK-17075][SQL][FOLLOWUP] Add Estimation of Constant LiteralXiao Li2017-03-291-2/+37
* [SPARK-20009][SQL] Support DDL strings for defining schema in functions.from_...Takeshi Yamamuro2017-03-291-0/+6
* [SPARK-20125][SQL] Dataset of type option of map does not workWenchen Fan2017-03-281-0/+5
* [SPARK-20124][SQL] Join reorder should keep the same order of final project a...wangzhenhua2017-03-281-8/+16
* [SPARK-20094][SQL] Preventing push down of IN subquery to Join operatorwangzhenhua2017-03-281-0/+6
* [SPARK-19088][SQL] Optimize sequence type deserialization codegenMichal Senkyr2017-03-282-61/+54
* [SPARK-20100][SQL] Refactor SessionState initializationHerman van Hovell2017-03-282-39/+23
* [SPARK-20104][SQL] Don't estimate IsNull or IsNotNull predicates for non-leaf...wangzhenhua2017-03-271-3/+9