aboutsummaryrefslogtreecommitdiff
path: root/sql/catalyst/src
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9867] [SQL] Move utilities for binary data into ByteArrayTakeshi YAMAMURO2015-10-011-35/+4
* [SPARK-10865] [SPARK-10866] [SQL] Fix bug of ceil/floor, which should returns...Cheng Hao2015-10-012-5/+23
* [SPARK-9617] [SQL] Implement json_tupleNathan Howell2015-09-303-4/+278
* [SPARK-9741] [SQL] Approximate Count Distinct using the new UDAF interface.Herman van Hovell2015-09-303-0/+554
* [SPARK-10811] [SQL] Eliminates unnecessary byte array copyingCheng Lian2015-09-291-1/+7
* [SPARK-10741] [SQL] Hive Query Having/OrderBy against Parquet table is not wo...Wenchen Fan2015-09-272-1/+8
* [SPARK-10765] [SQL] use new aggregate interface for hive UDAFWenchen Fan2015-09-241-1/+6
* [SPARK-10737] [SQL] When using UnsafeRows, SortMergeJoin may return wrong res...Yin Huai2015-09-221-0/+2
* [SPARK-10740] [SQL] handle nondeterministic expressions correctly for set ope...Wenchen Fan2015-09-222-20/+52
* [SPARK-10593] [SQL] fix resolve output of GenerateDavies Liu2015-09-223-2/+17
* [SPARK-10155] [SQL] Change SqlParser to object to avoid memory leakzsxwing2015-09-193-5/+5
* [SPARK-10449] [SQL] Don't merge decimal types with incompatable precision or ...Holden Karau2015-09-181-4/+13
* [SPARK-10539] [SQL] Project should not be pushed down through Intersect or Ex...Yijie Shen2015-09-182-30/+30
* [SPARK-10684] [SQL] StructType.interpretedOrdering need not to be serializednavis.ryu2015-09-181-1/+3
* [SPARK-10639] [SQL] Need to convert UDAF's result from scala to sql typeYin Huai2015-09-172-2/+21
* Tiny style fix for d39f15ea2b8bed5342d2f8e3c1936f915c470783.Reynold Xin2015-09-161-1/+1
* [SPARK-9794] [SQL] Fix datetime parsing in SparkSQL.Kevin Cox2015-09-162-17/+42
* [SPARK-10475] [SQL] improve column prunning for Project on SortWenchen Fan2015-09-152-4/+26
* [SPARK-10437] [SQL] Support aggregation expressions in Order ByLiang-Chi Hsieh2015-09-151-4/+10
* [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