aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14940][SQL] Move ExternalCatalog to own fileAndrew Or2016-04-2712-188/+210
* [SPARK-14954] [SQL] Add PARTITION BY and BUCKET BY clause for data source CTA...Cheng Lian2016-04-273-3/+106
* [SPARK-14664][SQL] Implement DecimalAggregates optimization for Window queriesDongjoon Hyun2016-04-273-12/+161
* [SPARK-14874][SQL][STREAMING] Remove the obsolete Batch representationLiwei Lin2016-04-275-30/+4
* [SPARK-14950][SQL] Fix BroadcastHashJoin's unique key Anti-JoinsHerman van Hovell2016-04-272-14/+67
* [SPARK-14949][SQL] Remove HiveConf dependency from InsertIntoHiveTableReynold Xin2016-04-271-16/+14
* [SPARK-14130][SQL] Throw exceptions for ALTER TABLE ADD/REPLACE/CHANGE COLUMN...Yin Huai2016-04-27184-819/+194
* [SPARK-14944][SPARK-14943][SQL] Remove HiveConf from HiveTableScanExec, HiveT...Reynold Xin2016-04-266-46/+37
* [SPARK-14913][SQL] Simplify configuration APIReynold Xin2016-04-2642-671/+368
* [SPARK-13477][SQL] Expose new user-facing Catalog interfaceAndrew Or2016-04-2631-325/+1090
* [SPARK-14445][SQL] Support native execution of SHOW COLUMNS and SHOW PARTITIONSDilip Biswal2016-04-2716-31/+401
* [SPARK-14929] [SQL] Disable vectorized map for wide schemas & high-precision ...Sameer Agarwal2016-04-264-31/+55
* [SPARK-14853] [SQL] Support LeftSemi/LeftAnti in SortMergeJoinExecDavies Liu2016-04-2610-175/+194
* [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