aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [MINOR] Follow-up to #12625Andrew Or2016-04-262-2/+2
* [SPARK-14912][SQL] Propagate data source options to Hadoop configurationReynold Xin2016-04-2611-52/+94
* [SPARK-14910][SQL] Native DDL Command Support for Describe Function in Non-id...gatorsmile2016-04-264-3/+79
* [MINOR][DOCS] Minor typo fixesJacek Laskowski2016-04-268-12/+11
* [SPARK-14756][CORE] Use parseLong instead of valueOfAzeem Jiva2016-04-261-3/+3
* [HOTFIX] Fix the problem for real this time.Reynold Xin2016-04-251-5/+5
* [HOTFIX] Fix compilationReynold Xin2016-04-251-4/+4
* [SPARK-14861][SQL] Replace internal usages of SQLContext with SparkSessionAndrew Or2016-04-2586-664/+719
* [SPARK-14904][SQL] Put removed HiveContext in compatibility moduleAndrew Or2016-04-253-0/+170
* [SPARK-14870][SQL][FOLLOW-UP] Move decimalDataWithNulls in DataFrameAggregate...Sameer Agarwal2016-04-252-15/+9
* [SPARK-14902][SQL] Expose RuntimeConfig in SparkSessionAndrew Or2016-04-2538-81/+131
* [SPARK-14888][SQL] UnresolvedFunction should use FunctionIdentifierReynold Xin2016-04-2513-92/+117
* [SPARK-14828][SQL] Start SparkSession in REPL instead of SQLContextAndrew Or2016-04-251-5/+29
* [SPARK-13739][SQL] Push Predicate Through Windowgatorsmile2016-04-255-33/+294
* [SPARK-14721][SQL] Remove HiveContext (part 2)Andrew Or2016-04-2518-100/+78
* [SPARK-14892][SQL][TEST] Disable the HiveCompatibilitySuite test case for INP...gatorsmile2016-04-251-2/+4
* [SPARK-14875][SQL] Makes OutputWriterFactory.newInstance publicCheng Lian2016-04-252-2/+2
* [SPARK-14870] [SQL] Fix NPE in TPCDS q14aSameer Agarwal2016-04-244-3/+37
* [SPARK-14885][SQL] When creating a CatalogColumn, we should use the catalogSt...Yin Huai2016-04-242-3/+3
* [SPARK-14868][BUILD] Enable NewLineAtEofChecker in checkstyle and fix lint-ja...Dongjoon Hyun2016-04-241-1/+0
* [SPARK-14876][SQL] SparkSession should be case insensitive by defaultReynold Xin2016-04-245-190/+208
* Disable flaky script transformation testReynold Xin2016-04-241-2/+2
* [SPARK-14548][SQL] Support not greater than and not less than operator in Spa...jliwork2016-04-245-3/+15
* [SPARK-14691][SQL] Simplify and Unify Error Generation for Unsupported Alter ...gatorsmile2016-04-245-138/+40
* [SPARK-14879][SQL] Move CreateMetastoreDataSource and CreateMetastoreDataSour...Yin Huai2016-04-239-451/+497
* [SPARK-14833][SQL][STREAMING][TEST] Refactor StreamTests to test for source f...Tathagata Das2016-04-232-197/+233
* [SPARK-14838] [SQL] Set default size for ObjecType to avoid failure when esti...Liang-Chi Hsieh2016-04-232-2/+24
* [SPARK-14856] Correct message in assertion for 'returning batch for wide table'tedyu2016-04-231-1/+1
* [MINOR] [SQL] Fix error message string in nullSafeEvel of TernaryExpressionDongjoon Hyun2016-04-231-1/+2
* [SPARK-14877][SQL] Remove HiveMetastoreTypes classReynold Xin2016-04-238-60/+23
* [SPARK-14865][SQL] Better error handling for view creation.Reynold Xin2016-04-233-71/+100
* [SPARK-14869][SQL] Don't mask exceptions in ResolveRelationsReynold Xin2016-04-239-17/+25
* [SPARK-14872][SQL] Restructure command packageReynold Xin2016-04-237-257/+317
* [SPARK-14871][SQL] Disable StatsReportListener to declutter outputReynold Xin2016-04-231-2/+0
* [HOTFIX] disable generated aggregate mapDavies Liu2016-04-231-1/+1
* Turn script transformation back on.Reynold Xin2016-04-231-2/+2
* [MINOR][ML][MLLIB] Remove unused importsZheng RuiFeng2016-04-224-5/+2
* [SPARK-14551][SQL] Reduce number of NameNode calls in OrcRelationRajesh Balamohan2016-04-222-11/+108
* [SPARK-14866][SQL] Break SQLQuerySuite out into smaller test suitesReynold Xin2016-04-224-512/+572
* [SPARK-14863][SQL] Cache TreeNode's hashCode by defaultJosh Rosen2016-04-231-0/+5
* [SPARK-14856] [SQL] returning batch correctlyDavies Liu2016-04-223-10/+35
* [SPARK-14842][SQL] Implement view creation in sql/coreReynold Xin2016-04-229-182/+140
* [SPARK-14807] Create a compatibility moduleYin Huai2016-04-221-0/+50
* [SPARK-14855][SQL] Add "Exec" suffix to physical operatorsReynold Xin2016-04-2277-436/+473
* [SPARK-14832][SQL][STREAMING] Refactor DataSource to ensure schema is inferre...Tathagata Das2016-04-224-49/+116
* [SPARK-14582][SQL] increase parallelism for small tablesDavies Liu2016-04-222-1/+9
* [SPARK-14796][SQL] Add spark.sql.optimizer.inSetConversionThreshold config op...Dongjoon Hyun2016-04-225-7/+40
* [SPARK-14669] [SQL] Fix some SQL metrics in codegen and added moreDavies Liu2016-04-229-31/+99
* [SPARK-14791] [SQL] fix risk condition between broadcast and subqueryDavies Liu2016-04-224-15/+34
* [SPARK-14763][SQL] fix subquery resolutionDavies Liu2016-04-227-49/+173