aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src/test/scala/org/apache/spark
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20341][SQL] Support BigInt's value that does not fit in long value rangeKazuaki Ishizaki2017-04-211-0/+6
* [SPARK-20420][SQL] Add events to the external catalogHerman van Hovell2017-04-211-0/+188
* [SPARK-20329][SQL] Make timezone aware expression without timezone unresolvedHerman van Hovell2017-04-215-27/+35
* [SPARK-20350] Add optimization rules to apply Complementation Laws.ptkool2017-04-201-0/+19
* [SPARK-20254][SQL] Remove unnecessary data conversion for Dataset with primit...Kazuaki Ishizaki2017-04-191-0/+62
* [SPARK-20366][SQL] Fix recursive join reordering: inside joins are not reorderedwangzhenhua2017-04-181-3/+46
* [TEST][MINOR] Replace repartitionBy with distribute in CollapseRepartitionSuiteJacek Laskowski2017-04-171-11/+10
* [SPARK-17647][SQL] Fix backslash escaping in 'LIKE' patterns.Jakob Odersky2017-04-172-67/+98
* [SPARK-20318][SQL] Use Catalyst type for min/max in ColumnStat for ease of es...wangzhenhua2017-04-143-34/+43
* [SPARK-20233][SQL] Apply star-join filter heuristics to dynamic programming j...Ioana Delaney2017-04-131-0/+426
* [SPARK-20303][SQL] Rename createTempFunction to registerFunctionXiao Li2017-04-121-19/+21
* [SPARK-18692][BUILD][DOCS] Test Java 8 unidoc build on Jenkinshyukjinkwon2017-04-122-5/+5
* [SPARK-20302][SQL] Short circuit cast when from and to types are structurally...Reynold Xin2017-04-122-0/+45
* [SPARK-20291][SQL] NaNvl(FloatType, NullType) should not be cast to NaNvl(Dou...DB Tsai2017-04-121-4/+10
* [SPARK-20274][SQL] support compatible array element type in encoderWenchen Fan2017-04-111-0/+23
* [SPARK-20156][CORE][SQL][STREAMING][MLLIB] Java String toLowerCase "Turkish l...Sean Owen2017-04-104-6/+14
* [SPARK-20273][SQL] Disallow Non-deterministic Filter push-down into Join Cond...Xiao Li2017-04-101-0/+10
* [SPARK-19518][SQL] IGNORE NULLS in first / last in SQLhyukjinkwon2017-04-101-0/+8
* [SPARK-20246][SQL] should not push predicate down through aggregate with non-...Wenchen Fan2017-04-071-4/+37
* [SPARK-20231][SQL] Refactor star schema code for the subsequent star join det...Ioana Delaney2017-04-051-2/+2
* [SPARK-19716][SQL] support by-name resolution for struct type elements in arrayWenchen Fan2017-04-041-0/+52
* [SPARK-20204][SQL] remove SimpleCatalystConf and CatalystConf type aliasWenchen Fan2017-04-0427-73/+63
* [SPARK-19408][SQL] filter estimation on two columns of same tableRon Hu2017-04-031-8/+132
* [SPARK-20194] Add support for partition pruning to in-memory catalogAdrian Ionescu2017-04-031-0/+41
* [SPARK-20143][SQL] DataType.fromJson should throw an exception with better me...hyukjinkwon2017-04-021-0/+28
* [SPARK-20186][SQL] BroadcastHint should use child's statswangzhenhua2017-04-011-1/+20
* [DOCS] Docs-only improvementsJacek Laskowski2017-03-301-1/+2
* [SPARK-17075][SQL][FOLLOWUP] Add Estimation of Constant LiteralXiao Li2017-03-291-0/+87
* [SPARK-20009][SQL] Support DDL strings for defining schema in functions.from_...Takeshi Yamamuro2017-03-291-21/+64
* [SPARK-20124][SQL] Join reorder should keep the same order of final project a...wangzhenhua2017-03-282-2/+15
* [SPARK-20094][SQL] Preventing push down of IN subquery to Join operatorwangzhenhua2017-03-281-0/+20
* [SPARK-19088][SQL] Optimize sequence type deserialization codegenMichal Senkyr2017-03-281-8/+0
* [SPARK-20100][SQL] Refactor SessionState initializationHerman van Hovell2017-03-281-14/+8
* [SPARK-20104][SQL] Don't estimate IsNull or IsNotNull predicates for non-leaf...wangzhenhua2017-03-271-1/+24
* [SPARK-20086][SQL] CollapseWindow should not collapse dependent adjacent windowsHerman van Hovell2017-03-261-0/+11
* [SPARK-19846][SQL] Add a flag to disable constraint propagationLiang-Chi Hsieh2017-03-258-10/+115
* [SPARK-19949][SQL][FOLLOW-UP] Clean up parse modes and update related commentshyukjinkwon2017-03-221-2/+2
* [SPARK-20030][SS] Event-time-based timeout for MapGroupsWithStateTathagata Das2017-03-211-0/+16
* [SPARK-20017][SQL] change the nullability of function 'StringToMap' from 'fal...zhaorongsheng2017-03-211-0/+7
* [SPARK-19261][SQL] Alter add columns for Hive serde and some datasource tablesXin Wu2017-03-211-0/+29
* [SPARK-20024][SQL][TEST-MAVEN] SessionCatalog reset need to set the current d...Xiao Li2017-03-201-2/+0
* [SPARK-19573][SQL] Make NaN/null handling consistent in approxQuantileZheng RuiFeng2017-03-201-15/+31
* [SPARK-17791][SQL] Join reordering using star schema detectionIoana Delaney2017-03-204-27/+612
* [SPARK-19849][SQL] Support ArrayType in to_json to produce JSON arrayhyukjinkwon2017-03-191-25/+52
* [SPARK-19067][SS] Processing-time-based timeout in MapGroupsWithStateTathagata Das2017-03-191-35/+45
* [SPARK-19915][SQL] Exclude cartesian product candidates to reduce the search ...wangzhenhua2017-03-181-3/+38
* [SPARK-19945][SQL] add test suite for SessionCatalog with HiveExternalCatalogwindpiger2017-03-161-899/+1008
* [SPARK-19830][SQL] Add parseTableSchema API to ParserInterfaceXiao Li2017-03-161-0/+88
* [SPARK-19817][SQL] Make it clear that `timeZone` option is a general option i...Takuya UESHIN2017-03-141-3/+6
* [SPARK-19933][SQL] Do not change output of a subqueryHerman van Hovell2017-03-141-0/+8