aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20439][SQL] Fix Catalog API listTables and getTable when failed to fet...Xiao Li2017-04-242-5/+31
* [SPARK-20430][SQL] Initialise RangeExec parameters in a driver sideTakeshi Yamamuro2017-04-222-5/+11
* [SPARK-20341][SQL] Support BigInt's value that does not fit in long value rangeKazuaki Ishizaki2017-04-212-6/+20
* [SPARK-20412] Throw ParseException from visitNonOptionalPartitionSpec instead...Juliusz Sompolski2017-04-212-5/+16
* [SPARK-20420][SQL] Add events to the external catalogHerman van Hovell2017-04-216-25/+457
* [SPARK-20281][SQL] Print the identical Range parameters of SparkContext APIs ...Takeshi Yamamuro2017-04-203-3/+4
* [SPARK-20329][SQL] Make timezone aware expression without timezone unresolvedHerman van Hovell2017-04-2119-78/+148
* [SPARK-20367] Properly unescape column names of partitioning columns parsed f...Juliusz Sompolski2017-04-212-1/+13
* [SPARK-20410][SQL] Make sparkConf a def in SharedSQLContextHerman van Hovell2017-04-207-43/+32
* [SPARK-20334][SQL] Return a better error message when correlated predicates c...Dilip Biswal2017-04-204-61/+181
* [SPARK-20407][TESTS] ParquetQuerySuite 'Enabling/disabling ignoreCorruptFiles...Bogdan Raducanu2017-04-203-7/+60
* [SPARK-20409][SQL] fail early if aggregate function in GROUP BYWenchen Fan2017-04-204-13/+19
* [SPARK-20405][SQL] Dataset.withNewExecutionId should be privateReynold Xin2017-04-201-1/+1
* [SPARK-20156][SQL][FOLLOW-UP] Java String toLowerCase "Turkish locale bug" in...Xiao Li2017-04-205-5/+54
* [SPARK-20398][SQL] range() operator should include cancellation reason when k...Eric Liang2017-04-191-3/+1
* [MINOR][SS] Fix a missing space in UnsupportedOperationChecker error messageShixiong Zhu2017-04-191-1/+1
* [SPARK-20350] Add optimization rules to apply Complementation Laws.ptkool2017-04-202-0/+24
* [SPARK-20356][SQL] Pruned InMemoryTableScanExec should have correct output pa...Liang-Chi Hsieh2017-04-192-1/+18
* [SPARK-20359][SQL] Avoid unnecessary execution in EliminateOuterJoin optimiza...Koert Kuipers2017-04-192-2/+12
* [SPARK-20254][SQL] Remove unnecessary data conversion for Dataset with primit...Kazuaki Ishizaki2017-04-196-4/+86
* [SPARK-20366][SQL] Fix recursive join reordering: inside joins are not reorderedwangzhenhua2017-04-182-13/+58
* [SPARK-17647][SQL][FOLLOWUP][MINOR] fix typoFelix Cheung2017-04-171-1/+1
* [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-174-87/+153
* [SPARK-20349][SQL] ListFunctions returns duplicate functions after using pers...Xiao Li2017-04-173-8/+34
* [SPARK-20335][SQL] Children expressions of Hive UDF impacts the determinism o...Xiao Li2017-04-164-3/+47
* [SPARK-19716][SQL][FOLLOW-UP] UnresolvedMapObjects should always be serializableWenchen Fan2017-04-161-25/+31
* [SPARK-20316][SQL] Val and Var should strictly follow the Scala syntaxouyangxiaochen2017-04-151-2/+2
* [SPARK-20318][SQL] Use Catalyst type for min/max in ColumnStat for ease of es...wangzhenhua2017-04-1410-182/+189
* [SPARK-20038][SQL] FileFormatWriter.ExecuteWriteTask.releaseResources() imple...Steve Loughran2017-04-131-4/+10
* [SPARK-20233][SQL] Apply star-join filter heuristics to dynamic programming j...Ioana Delaney2017-04-134-9/+571
* [SPARK-20301][FLAKY-TEST] Fix Hadoop Shell.runCommand flakiness in Structured...Burak Yavuz2017-04-122-30/+32
* [SPARK-20304][SQL] AssertNotNull should not include path in string representa...Reynold Xin2017-04-121-0/+2
* [SPARK-20303][SQL] Rename createTempFunction to registerFunctionXiao Li2017-04-127-63/+53
* [SPARK-18692][BUILD][DOCS] Test Java 8 unidoc build on Jenkinshyukjinkwon2017-04-1222-53/+60
* [SPARK-20296][TRIVIAL][DOCS] Count distinct error message for streamingjtoka2017-04-121-3/+2
* [SPARK-20302][SQL] Short circuit cast when from and to types are structurally...Reynold Xin2017-04-124-23/+113
* [MINOR][DOCS] JSON APIs related documentation fixeshyukjinkwon2017-04-121-2/+2
* [SPARK-19993][SQL] Caching logical plans containing subquery expressions does...Dilip Biswal2017-04-125-26/+198
* [SPARK-20291][SQL] NaNvl(FloatType, NullType) should not be cast to NaNvl(Dou...DB Tsai2017-04-123-6/+12
* [SPARK-20289][SQL] Use StaticInvoke to box primitive typesReynold Xin2017-04-112-21/+20
* [SPARK-20175][SQL] Exists should not be evaluated in Join operatorLiang-Chi Hsieh2017-04-112-1/+12
* [SPARK-20274][SQL] support compatible array element type in encoderWenchen Fan2017-04-113-9/+40
* [SPARK-20283][SQL] Add preOptimizationBatchesReynold Xin2017-04-101-1/+7
* [SPARK-20282][SS][TESTS] Write the commit log first to fix a race contion in ...Shixiong Zhu2017-04-101-1/+1
* [SPARK-20280][CORE] FileStatusCache Weigher integer overflowBogdan Raducanu2017-04-102-13/+50
* [SPARK-20156][CORE][SQL][STREAMING][MLLIB] Java String toLowerCase "Turkish l...Sean Owen2017-04-1078-166/+277
* [SPARK-20273][SQL] Disallow Non-deterministic Filter push-down into Join Cond...Xiao Li2017-04-102-0/+12
* [SPARK-19518][SQL] IGNORE NULLS in first / last in SQLhyukjinkwon2017-04-103-1/+29
* [SPARK-20229][SQL] add semanticHash to QueryPlanWenchen Fan2017-04-1017-163/+135