aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-10539] [SQL] Project should not be pushed down through Intersect or Ex...Yijie Shen2015-09-181-0/+9
* [SPARK-10639] [SQL] Need to convert UDAF's result from scala to sql typeYin Huai2015-09-172-7/+25
* [SPARK-9078] [SQL] Allow jdbc dialects to override the query used to check th...sureshthalamati2015-09-151-0/+14
* [SPARK-10613] [SPARK-10624] [SQL] Reduce LocalNode tests dependency on SQLCon...Andrew Or2015-09-1514-619/+459
* [SPARK-10381] Fix mixup of taskAttemptNumber & attemptId in OutputCommitCoord...Josh Rosen2015-09-151-2/+2
* [SPARK-10548] [SPARK-10563] [SQL] Fix concurrent SQL executionsAndrew Or2015-09-151-0/+101
* [SPARK-10437] [SQL] Support aggregation expressions in Order ByLiang-Chi Hsieh2015-09-151-0/+20
* [SPARK-9996] [SPARK-9997] [SQL] Add local expand and NestedLoopJoin operatorszsxwing2015-09-144-14/+304
* [SPARK-6548] Adding stddev to DataFrame functionsJihongMa2015-09-124-5/+73
* [SPARK-10547] [TEST] Streamline / improve style of Java API testsSean Owen2015-09-125-48/+54
* [SPARK-9990] [SQL] Local hash join follow-upsAndrew Or2015-09-111-0/+116
* [SPARK-9992] [SPARK-9994] [SPARK-9998] [SQL] Implement the local TopK, sample...zsxwing2015-09-113-0/+129
* [SPARK-10472] [SQL] Fixes DataType.typeName for UDTCheng Lian2015-09-111-0/+6
* [SPARK-9990] [SQL] Create local hash join operatorzsxwing2015-09-106-12/+145
* [SPARK-10466] [SQL] UnsafeRow SerDe exception with data spillCheng Hao2015-09-101-4/+60
* [SPARK-10301] [SPARK-10428] [SQL] Addresses comments of PR #8583 and #8509 fo...Cheng Lian2015-09-102-37/+500
* [SPARK-9730] [SQL] Add Full Outer Join support for SortMergeJoinLiang-Chi Hsieh2015-09-092-23/+23
* [HOTFIX] Fix build break caused by #8494Michael Armbrust2015-09-081-2/+2
* [SPARK-10327] [SQL] Cache Table is not working while subquery has alias in it...Cheng Hao2015-09-081-0/+16
* [SPARK-10316] [SQL] respect nondeterministic expressions in PhysicalOperationWenchen Fan2015-09-081-0/+12
* [SPARK-10434] [SQL] Fixes Parquet schema of arrays that may contain nullCheng Lian2015-09-051-3/+3
* [HOTFIX] [SQL] Fixes compilation errorCheng Lian2015-09-041-1/+1
* [SPARK-9925] [SQL] [TESTS] Set SQLConf.SHUFFLE_PARTITIONS.key correctly for t...Yin Huai2015-09-043-13/+53
* [SPARK-10176] [SQL] Show partially analyzed plans when checkAnswer fails to a...Wenchen Fan2015-09-0454-678/+651
* [SPARK-10422] [SQL] String column in InMemoryColumnarCache needs to override ...Yin Huai2015-09-021-0/+20
* [SPARK-10389] [SQL] support order by non-attribute grouping expression on Agg...Wenchen Fan2015-09-021-4/+15
* [SPARK-10034] [SQL] add regression test for Sort on AggregateWenchen Fan2015-09-022-0/+18
* [SPARK-10301] [SQL] Fixes schema merging for nested structsCheng Lian2015-09-014-0/+478
* [SPARK-10170] [SQL] Add DB2 JDBC dialect support.sureshthalamati2015-08-311-0/+7
* [SPARK-10351] [SQL] Fixes UTF8String.fromAddress to handle off-heap memoryFeynman Liang2015-08-301-4/+5
* [SPARK-9986] [SPARK-9991] [SPARK-9993] [SQL] Create a simple test framework f...zsxwing2015-08-298-44/+378
* [SPARK-10344] [SQL] Add tests for extraStrategiesMichael Armbrust2015-08-292-1/+68
* [SPARK-10289] [SQL] A direct write API for testing ParquetCheng Lian2015-08-292-24/+160
* [SPARK-10323] [SQL] fix nullability of In/InSet/ArrayContainDavies Liu2015-08-281-10/+4
* [SPARK-10325] Override hashCode() for public RowJosh Rosen2015-08-281-0/+9
* [SPARK-10287] [SQL] Fixes JSONRelation refreshing on read pathYin Huai2015-08-271-15/+0
* [SPARK-10215] [SQL] Fix precision of division (follow the rule in Hive)Davies Liu2015-08-251-2/+23
* [SPARK-10245] [SQL] Fix decimal literals with precision < scaleDavies Liu2015-08-251-0/+10
* [SPARK-9613] [CORE] Ban use of JavaConversions and migrate all existing uses ...Sean Owen2015-08-256-25/+28
* [SPARK-10195] [SQL] Data sources Filter should not expose internal typesJosh Rosen2015-08-251-0/+7
* [SPARK-10130] [SQL] type coercion for IF should have children resolved firstDaoyuan Wang2015-08-211-0/+7
* [SPARK-10136] [SQL] Fixes Parquet support for Avro array of primitive arrayCheng Lian2015-08-2011-839/+1698
* [SPARK-10092] [SQL] Multi-DB support follow up.Yin Huai2015-08-201-0/+35
* [SPARK-10035] [SQL] Parquet filters does not process EqualNullSafe filter.hyukjinkwon2015-08-201-41/+22
* [SPARK-10090] [SQL] fix decimal scale of divisionDavies Liu2015-08-191-2/+21
* [SPARK-10107] [SQL] fix NPE in format_numberDavies Liu2015-08-191-2/+2
* [SPARK-10093] [SPARK-10096] [SQL] Avoid transformation on executors & fix UDF...Reynold Xin2015-08-182-0/+55
* [SPARK-9939] [SQL] Resorts to Java process API in CliSuite, HiveSparkSubmitSu...Cheng Lian2015-08-191-0/+37
* [SPARK-10080] [SQL] Fix binary incompatibility for $ column interpolationMichael Armbrust2015-08-181-1/+11
* [SPARK-9950] [SQL] Wrong Analysis Error for grouping/aggregating on struct fi...Wenchen Fan2015-08-171-0/+5