aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-12231][SQL] create a combineFilters' projection when we call buildPart...Kevin Yu2015-12-282-5/+64
* [HOT-FIX] bypass hive test when parse logical plan to jsonWenchen Fan2015-12-281-3/+3
* [SPARK-12218] Fixes ORC conjunction predicate push downCheng Lian2015-12-283-30/+112
* [SPARK-12515][SQL][DOC] minor doc update for read.jdbcfelixcheung2015-12-281-5/+6
* [SPARK-12010][SQL] Spark JDBC requires support for column-name-free INSERT sy...CK502015-12-241-8/+4
* [SPARK-12477][SQL] - Tungsten projection fails for null values in array fieldspierre-borckmans2015-12-222-1/+10
* [SPARK-11164][SQL] Add InSet pushdown filter back for ParquetLiang-Chi Hsieh2015-12-233-8/+45
* [SPARK-12478][SQL] Bugfix: Dataset fields of product types can't be nullCheng Lian2015-12-232-4/+15
* [SPARK-12102][SQL] Cast a non-nullable struct field to a nullable field durin...Dilip Biswal2015-12-222-1/+9
* [SPARK-12471][CORE] Spark daemons will log their pid on start up.Nong Li2015-12-221-0/+1
* [SPARK-12456][SQL] Add ExpressionDescription to misc functionsXiu Guo2015-12-224-0/+29
* [SPARK-11677][SQL][FOLLOW-UP] Add tests for checking the ORC filter creation ...hyukjinkwon2015-12-231-0/+236
* [SPARK-12371][SQL] Runtime nullability check for NewInstanceCheng Lian2015-12-227-10/+232
* [SPARK-12446][SQL] Add unit tests for JDBCRDD internal functionsTakeshi YAMAMURO2015-12-222-33/+54
* [SPARK-11823][SQL] Fix flaky JDBC cancellation test in HiveThriftBinaryServer...Josh Rosen2015-12-211-29/+56
* [SPARK-11807] Remove support for Hadoop < 2.2Reynold Xin2015-12-211-1/+1
* [SPARK-12388] change default compression to lz4Davies Liu2015-12-211-2/+2
* [SPARK-12339][SPARK-11206][WEBUI] Added a null check that was removed inAlex Bozarth2015-12-211-6/+8
* [SPARK-12374][SPARK-12150][SQL] Adding logical/physical operators for Rangegatorsmile2015-12-216-7/+118
* [SPARK-12321][SQL] JSON format for TreeNode (use reflection)Wenchen Fan2015-12-2113-75/+472
* [SPARK-12398] Smart truncation of DataFrame / Dataset toStringDilip Biswal2015-12-214-1/+73
* Bump master version to 2.0.0-SNAPSHOT.Reynold Xin2015-12-194-4/+4
* [SPARK-12404][SQL] Ensure objects passed to StaticInvoke is SerializableKousuke Saruta2015-12-186-26/+88
* [SPARK-12218][SQL] Invalid splitting of nested AND expressions in Data Source...Yin Huai2015-12-184-13/+60
* [SPARK-12054] [SQL] Consider nullability of expression in codegenDavies Liu2015-12-1827-226/+261
* [SPARK-11619][SQL] cannot use UDTF in DataFrame.selectExprDilip Biswal2015-12-187-14/+31
* [MINOR] Hide the error logs for 'SQLListenerMemoryLeakSuite'Shixiong Zhu2015-12-171-29/+35
* [SPARK-8641][SQL] Native Spark Window functionsHerman van Hovell2015-12-1715-746/+1148
* [SPARK-12397][SQL] Improve error messages for data sources when they are not ...Reynold Xin2015-12-172-18/+49
* [SQL] Update SQLContext.read.text docYanbo Liang2015-12-172-2/+2
* [SPARK-12395] [SQL] fix resulting columns of outer joinDavies Liu2015-12-172-9/+36
* [SPARK-12057][SQL] Prevent failure on corrupt JSON recordsYin Huai2015-12-164-12/+90
* [SPARK-12365][CORE] Use ShutdownHookManager where Runtime.getRuntime.addShutd...tedyu2015-12-161-13/+11
* [SPARK-11677][SQL] ORC filter tests all pass if filters are actually not push...hyukjinkwon2015-12-161-17/+36
* [SPARK-12164][SQL] Decode the encoded values and then displaygatorsmile2015-12-165-48/+133
* [SPARK-12320][SQL] throw exception if the number of fields does not line up f...Wenchen Fan2015-12-165-18/+93
* [SPARK-8745] [SQL] remove GenerateProjectionDavies Liu2015-12-168-319/+11
* Revert "[SPARK-12105] [SQL] add convenient show functions"Reynold Xin2015-12-161-16/+9
* Revert "[HOTFIX] Compile error from commit 31b3910"Reynold Xin2015-12-161-1/+1
* Style fix for the previous 3 JDBC filter push down commits.Reynold Xin2015-12-151-9/+8
* [SPARK-12315][SQL] isnotnull operator not pushed down for JDBC datasource.hyukjinkwon2015-12-152-0/+3
* [SPARK-12314][SQL] isnull operator not pushed down for JDBC datasource.hyukjinkwon2015-12-152-0/+2
* [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