aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-12249][SQL] JDBC non-equality comparison operator not pushed down.hyukjinkwon2015-12-152-0/+3
* [SPARK-10477][SQL] using DSL in ColumnPruningSuite to improve readabilityWenchen Fan2015-12-152-21/+27
* [SPARK-12056][CORE] Part 2 Create a TaskAttemptContext only after calling set...tedyu2015-12-151-2/+2
* [HOTFIX] Compile error from commit 31b3910Andrew Or2015-12-151-1/+1
* [SPARK-12105] [SQL] add convenient show functionsJean-Baptiste Onofré2015-12-151-9/+16
* [SPARK-12236][SQL] JDBC filter tests all pass if filters are not really pushe...hyukjinkwon2015-12-153-21/+19
* [SPARK-12271][SQL] Improve error message when Dataset.as[ ] has incompatible ...Nong Li2015-12-154-7/+18
* [SPARK-12288] [SQL] Support UnsafeRow in Coalesce/Except/Intersect.gatorsmile2015-12-142-1/+46
* [SPARK-12188][SQL][FOLLOW-UP] Code refactoring and comment correction in Data...gatorsmile2015-12-141-1/+1
* [SPARK-12274][SQL] WrapOption should not have type constraint for childWenchen Fan2015-12-141-4/+1
* [SPARK-12275][SQL] No plan for BroadcastHint in some conditionyucai2015-12-132-1/+8
* [SPARK-12213][SQL] use multiple partitions for single distinct queryDavies Liu2015-12-1310-990/+422
* [SPARK-12298][SQL] Fix infinite loop in DataFrame.sortWithinPartitionsAnkur Dave2015-12-112-3/+3
* [SPARK-12258] [SQL] passing null into ScalaUDF (follow-up)Davies Liu2015-12-112-16/+23
* [SPARK-12258][SQL] passing null into ScalaUDFDavies Liu2015-12-102-6/+10
* [SPARK-12251] Document and improve off-heap memory configurationsJosh Rosen2015-12-103-3/+7
* [SPARK-12228][SQL] Try to run execution hive's derby in memory.Yin Huai2015-12-104-5/+9
* [SPARK-12250][SQL] Allow users to define a UDAF without providing details of ...Yin Huai2015-12-102-5/+64
* [SPARK-12242][SQL] Add DataFrame.transform methodReynold Xin2015-12-102-1/+14
* [SPARK-12252][SPARK-12131][SQL] refactor MapObjects to make it less hackyWenchen Fan2015-12-104-47/+35
* [SPARK-11796] Fix httpclient and httpcore depedency issues related to docker-...Mark Grover2015-12-091-2/+0
* [SPARK-12012][SQL] Show more comprehensive PhysicalRDD metadata when visualiz...Cheng Lian2015-12-0910-31/+86
* [SPARK-11676][SQL] Parquet filter tests all pass if filters are not really pu...hyukjinkwon2015-12-091-28/+41
* [SPARK-12069][SQL] Update documentation with DatasetsMichael Armbrust2015-12-082-4/+65
* [SPARK-12205][SQL] Pivot fails Analysis when aggregate is UnresolvedFunctionAndrew Ray2015-12-082-1/+9
* [SPARK-12188][SQL] Code refactoring and comment correction in Dataset APIsgatorsmile2015-12-081-40/+40
* [SPARK-12195][SQL] Adding BigDecimal, Date and Timestamp into Encodergatorsmile2015-12-082-0/+35
* [SPARK-12201][SQL] add type coercion rule for greatest/leastWenchen Fan2015-12-083-0/+47
* [SPARK-11884] Drop multiple columns in the DataFrame APItedyu2015-12-072-8/+23
* [SPARK-12032] [SQL] Re-order inner joins to do join with conditions firstDavies Liu2015-12-073-6/+185
* [SPARK-12138][SQL] Escape \u in the generated comments of codegengatorsmile2015-12-062-1/+12
* [SPARK-12048][SQL] Prevent to close JDBC resources twicegcc2015-12-061-0/+1
* [SPARK-12084][CORE] Fix codes that uses ByteBuffer.array incorrectlyShixiong Zhu2015-12-044-9/+14
* [SPARK-12112][BUILD] Upgrade to SBT 0.13.9Josh Rosen2015-12-055-9/+9
* [SPARK-6990][BUILD] Add Java linting script; fix minor warningsDmitry Erastov2015-12-044-29/+63
* [SPARK-11206] Support SQL UI on the history server (resubmit)Carson Wang2015-12-0313-129/+271
* [SPARK-12088][SQL] check connection.isClosed before calling connection…Huaxin Gao2015-12-031-1/+1
* [SPARK-12109][SQL] Expressions's simpleString should delegate to its toString.Yin Huai2015-12-033-5/+3
* [SPARK-12093][SQL] Fix the error of comment in DDLParserYadong Qi2015-12-031-3/+3
* [SPARK-12094][SQL] Prettier tree string for TreeNodeCheng Lian2015-12-021-5/+26
* [SPARK-11949][SQL] Check bitmasks to set nullable propertyLiang-Chi Hsieh2015-12-011-4/+9
* [SPARK-12077][SQL] change the default plan for single distinctDavies Liu2015-12-012-3/+3
* [SPARK-11596][SQL] In TreeNode's argString, if a TreeNode is not a child of t...Yin Huai2015-12-011-1/+1
* [SPARK-11352][SQL] Escape */ in the generated comments.Yin Huai2015-12-013-3/+18
* [SPARK-11788][SQL] surround timestamp/date value with quotes in JDBC data sourceHuaxin Gao2015-12-012-1/+14
* [SPARK-11328][SQL] Improve error message when hitting this issueNong Li2015-12-012-3/+22
* [SPARK-12075][SQL] Speed up HiveComparisionTest by avoiding / speeding up Tes...Josh Rosen2015-12-023-14/+62
* [SPARK-11905][SQL] Support Persist/Cache and Unpersist in Dataset APIsgatorsmile2015-12-016-18/+162
* [SPARK-11954][SQL] Encoder for JavaBeansWenchen Fan2015-12-019-20/+608
* [SPARK-11856][SQL] add type cast if the real type is different but compatible...Wenchen Fan2015-12-0110-32/+335