aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* Update version to 1.6.0-SNAPSHOT.Reynold Xin2015-09-151-1/+1
* [SPARK-10576] [BUILD] Move .java files out of src/main/scalaSean Owen2015-09-141-0/+0
* [SPARK-10522] [SQL] Nanoseconds of Timestamp in Parquet should be positiveDavies Liu2015-09-142-14/+15
* [SPARK-6548] Adding stddev to DataFrame functionsJihongMa2015-09-126-0/+415
* [SPARK-7142] [SQL] Minor enhancement to BooleanSimplification Optimizer rule....Yash Datta2015-09-111-4/+4
* [SPARK-10442] [SQL] fix string to boolean castWenchen Fan2015-09-113-24/+69
* [SPARK-10472] [SQL] Fixes DataType.typeName for UDTCheng Lian2015-09-111-1/+3
* [SPARK-7142] [SQL] Minor enhancement to BooleanSimplification Optimizer ruleYash Datta2015-09-102-0/+25
* [SPARK-10065] [SQL] avoid the extra copy when generate unsafe arrayWenchen Fan2015-09-101-60/+24
* [SPARK-10461] [SQL] make sure `input.primitive` is always variable name not c...Wenchen Fan2015-09-095-67/+75
* [SPARK-10227] fatal warnings with sbt on Scala 2.11Luc Bourlier2015-09-092-2/+2
* [SPARK-10327] [SQL] Cache Table is not working while subquery has alias in it...Cheng Hao2015-09-081-3/+12
* [SPARK-10441] [SQL] Save data correctly to json.Yin Huai2015-09-081-1/+40
* [SPARK-10316] [SQL] respect nondeterministic expressions in PhysicalOperationWenchen Fan2015-09-081-30/+8
* [SPARK-10450] [SQL] Minor improvements to readability / style / typos etc.Andrew Or2015-09-043-6/+6
* [SPARK-10176] [SQL] Show partially analyzed plans when checkAnswer fails to a...Wenchen Fan2015-09-041-1/+0
* [SPARK-10389] [SQL] support order by non-attribute grouping expression on Agg...Wenchen Fan2015-09-021-35/+37
* [SPARK-10323] [SQL] fix nullability of In/InSet/ArrayContainDavies Liu2015-08-286-87/+134
* [SPARK-10325] Override hashCode() for public RowJosh Rosen2015-08-281-0/+13
* [SPARK-10215] [SQL] Fix precision of division (follow the rule in Hive)Davies Liu2015-08-253-11/+16
* [SPARK-10245] [SQL] Fix decimal literals with precision < scaleDavies Liu2015-08-252-6/+9
* [SPARK-9613] [CORE] Ban use of JavaConversions and migrate all existing uses ...Sean Owen2015-08-252-8/+8
* [SPARK-10177] [SQL] fix reading Timestamp in parquet from HiveDavies Liu2015-08-252-7/+13
* [SPARK-9293] [SPARK-9813] Analysis should check that set operations are only ...Josh Rosen2015-08-254-30/+46
* [SPARK-10165] [SQL] Await child resolution in ResolveFunctionsMichael Armbrust2015-08-241-44/+72
* [SPARK-10190] Fix NPE in CatalystTypeConverters Decimal toScala converterJosh Rosen2015-08-242-2/+7
* [SPARK-9401] [SQL] Fully implement code generation for ConcatWsYijie Shen2015-08-221-3/+39
* [SPARK-10130] [SQL] type coercion for IF should have children resolved firstDaoyuan Wang2015-08-211-0/+1
* [SPARK-9400] [SQL] codegen for StringLocateTarek Auel2015-08-201-1/+27
* [SPARK-10092] [SQL] Multi-DB support follow up.Yin Huai2015-08-202-19/+48
* [SPARK-9242] [SQL] Audit UDAF interface.Reynold Xin2015-08-1912-330/+352
* [SPARK-6489] [SQL] add column pruning for GenerateWenchen Fan2015-08-193-2/+100
* [SPARK-10083] [SQL] CaseWhen should support type coercion of DecimalType and ...Daoyuan Wang2015-08-192-2/+13
* [SPARK-10090] [SQL] fix decimal scale of divisionDavies Liu2015-08-195-29/+136
* [SPARK-10107] [SQL] fix NPE in format_numberDavies Liu2015-08-191-1/+1
* [SPARK-10093] [SPARK-10096] [SQL] Avoid transformation on executors & fix UDF...Reynold Xin2015-08-181-2/+6
* [SPARK-10095] [SQL] use public API of BigIntegerDavies Liu2015-08-182-27/+11
* [SPARK-10038] [SQL] fix bug in generated unsafe projection when there is bina...Davies Liu2015-08-172-4/+29
* [SPARK-9592] [SQL] Fix Last function implemented based on AggregateExpression1.Yin Huai2015-08-171-2/+7
* [SPARK-9526] [SQL] Utilize randomized tests to reveal potential bugs in sql e...Yijie Shen2015-08-1710-6/+410
* [SPARK-9955] [SQL] correct error message for aggregateWenchen Fan2015-08-152-0/+6
* [SPARK-9634] [SPARK-9323] [SQL] cleanup unnecessary Aliases in LogicalPlan at...Wenchen Fan2015-08-146-22/+91
* [HOTFIX] fix duplicated bracesDavies Liu2015-08-141-1/+1
* [MINOR] [SQL] Remove canEqual in RowLiang-Chi Hsieh2015-08-131-21/+0
* [SPARK-9580] [SQL] Replace singletons in SQL testsAndrew Or2015-08-131-5/+1
* [SPARK-9757] [SQL] Fixes persistence of Parquet relation with decimal columnCheng Lian2015-08-135-4/+45
* [SPARK-9854] [SQL] RuleExecutor.timeMap should be thread-safeJosh Rosen2015-08-111-6/+9
* [SPARK-9785] [SQL] HashPartitioning compatibility should consider expression ...Josh Rosen2015-08-112-10/+60
* [SPARK-9815] Rename PlatformDependent.UNSAFE -> Platform.Reynold Xin2015-08-1111-189/+126
* [SPARK-9729] [SPARK-9363] [SQL] Use sort merge join for left and right outer ...Josh Rosen2015-08-101-3/+3