aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-9759] [SQL] improve decimal.times() and cast(int, decimalType)Davies Liu2015-08-102-32/+22
* [SPARK-9620] [SQL] generated UnsafeProjection should support many columns or ...Davies Liu2015-08-106-142/+207
* [SPARK-9703] [SQL] Refactor EnsureRequirements to avoid certain unnecessary s...Josh Rosen2015-08-091-16/+112
* [SPARK-8930] [SQL] Throw a AnalysisException with meaningful messages if Data...Yijie Shen2015-08-092-2/+6
* [SPARK-9738] [SQL] remove FromUnsafe and add its codegen version to GenerateSafeWenchen Fan2015-08-083-106/+92
* [SPARK-9733][SQL] Improve physical plan explain for data sourcesReynold Xin2015-08-072-3/+3
* [SPARK-9736] [SQL] JoinedRow.anyNull should delegate to the underlying rows.Reynold Xin2015-08-074-129/+156
* [SPARK-8382] [SQL] Improve Analysis Unit test frameworkWenchen Fan2015-08-075-127/+79
* [SPARK-9683] [SQL] copy UTF8String when convert unsafe array/map to safeWenchen Fan2015-08-071-0/+3
* [SPARK-9650][SQL] Fix quoting behavior on interpolated column namesMichael Armbrust2015-08-062-41/+58
* [SPARK-9630] [SQL] Clean up new aggregate operators (SPARK-9240 follow up)Yin Huai2015-08-061-2/+12
* [SPARK-9632][SQL] update InternalRow.toSeq to make it accept data type infoWenchen Fan2015-08-066-137/+154
* [SPARK-9632] [SQL] [HOT-FIX] Fix build.Yin Huai2015-08-061-0/+1
* Revert "[SPARK-9632][SQL] update InternalRow.toSeq to make it accept data typ...Davies Liu2015-08-066-154/+137
* [SPARK-9632][SQL] update InternalRow.toSeq to make it accept data type infoWenchen Fan2015-08-066-137/+154
* [SPARK-9644] [SQL] Support update DecimalType with precision > 18 in UnsafeRowDavies Liu2015-08-066-54/+154
* [SPARK-8266] [SQL] add function translatezhichao.li2015-08-064-3/+95
* [SPARK-9054] [SQL] Rename RowOrdering to InterpretedOrdering; use newOrdering...Josh Rosen2015-08-057-25/+28
* [SPARK-9403] [SQL] Add codegen support in In and InSetLiang-Chi Hsieh2015-08-054-10/+106