aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14445][SQL] Support native execution of SHOW COLUMNS and SHOW PARTITIONSDilip Biswal2016-04-275-3/+188
* [SPARK-14929] [SQL] Disable vectorized map for wide schemas & high-precision ...Sameer Agarwal2016-04-263-24/+47
* [SPARK-14853] [SQL] Support LeftSemi/LeftAnti in SortMergeJoinExecDavies Liu2016-04-268-167/+190
* [MINOR] Follow-up to #12625Andrew Or2016-04-262-2/+2
* [SPARK-14912][SQL] Propagate data source options to Hadoop configurationReynold Xin2016-04-268-30/+44
* [SPARK-14910][SQL] Native DDL Command Support for Describe Function in Non-id...gatorsmile2016-04-261-0/+51
* [MINOR][DOCS] Minor typo fixesJacek Laskowski2016-04-267-11/+10
* [SPARK-14756][CORE] Use parseLong instead of valueOfAzeem Jiva2016-04-261-3/+3
* [SPARK-14861][SQL] Replace internal usages of SQLContext with SparkSessionAndrew Or2016-04-2571-573/+617
* [SPARK-14870][SQL][FOLLOW-UP] Move decimalDataWithNulls in DataFrameAggregate...Sameer Agarwal2016-04-252-15/+9
* [SPARK-14902][SQL] Expose RuntimeConfig in SparkSessionAndrew Or2016-04-2527-65/+114
* [SPARK-14888][SQL] UnresolvedFunction should use FunctionIdentifierReynold Xin2016-04-252-18/+10
* [SPARK-14828][SQL] Start SparkSession in REPL instead of SQLContextAndrew Or2016-04-251-5/+29
* [SPARK-13739][SQL] Push Predicate Through Windowgatorsmile2016-04-251-0/+34
* [SPARK-14721][SQL] Remove HiveContext (part 2)Andrew Or2016-04-251-1/+7
* [SPARK-14875][SQL] Makes OutputWriterFactory.newInstance publicCheng Lian2016-04-251-1/+1
* [SPARK-14870] [SQL] Fix NPE in TPCDS q14aSameer Agarwal2016-04-243-1/+32
* [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-244-189/+208
* [SPARK-14548][SQL] Support not greater than and not less than operator in Spa...jliwork2016-04-241-0/+1
* [SPARK-14691][SQL] Simplify and Unify Error Generation for Unsupported Alter ...gatorsmile2016-04-242-120/+23
* [SPARK-14879][SQL] Move CreateMetastoreDataSource and CreateMetastoreDataSour...Yin Huai2016-04-232-4/+477
* [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-231-0/+23
* [SPARK-14856] Correct message in assertion for 'returning batch for wide table'tedyu2016-04-231-1/+1
* [SPARK-14865][SQL] Better error handling for view creation.Reynold Xin2016-04-232-48/+58
* [SPARK-14869][SQL] Don't mask exceptions in ResolveRelationsReynold Xin2016-04-233-4/+4
* [SPARK-14872][SQL] Restructure command packageReynold Xin2016-04-236-257/+317
* [HOTFIX] disable generated aggregate mapDavies Liu2016-04-231-1/+1
* [MINOR][ML][MLLIB] Remove unused importsZheng RuiFeng2016-04-224-5/+2
* [SPARK-14856] [SQL] returning batch correctlyDavies Liu2016-04-223-10/+35
* [SPARK-14842][SQL] Implement view creation in sql/coreReynold Xin2016-04-222-10/+130
* [SPARK-14855][SQL] Add "Exec" suffix to physical operatorsReynold Xin2016-04-2260-389/+423
* [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-221-1/+10
* [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-221-10/+17
* [SPARK-14841][SQL] Move SQLBuilder into sql/coreReynold Xin2016-04-222-0/+534
* [SPARK-13266] [SQL] None read/writer options were not transalated to "null"Liang-Chi Hsieh2016-04-221-1/+5
* [SPARK-14848][SQL] Compare as Set in DatasetSuite - Java encoderPete Robbins2016-04-221-2/+2
* [SPARK-6429] Implement hashCode and equals togetherJoan2016-04-227-11/+24
* [SPARK-14609][SQL] Native support for LOAD DATA DDL commandLiang-Chi Hsieh2016-04-223-3/+154
* [SPARK-14826][SQL] Remove HiveQueryExecutionReynold Xin2016-04-2210-236/+375
* [SPARK-14369] [SQL] Locality support for FileScanRDDCheng Lian2016-04-215-36/+252
* [SPARK-14680] [SQL] Support all datatypes to use VectorizedHashmap in Tungste...Sameer Agarwal2016-04-214-39/+265
* [SPARK-14821][SQL] Implement AnalyzeTable in sql/core and remove HiveSqlAstBu...Reynold Xin2016-04-213-1/+139
* [SPARK-14724] Use radix sort for shuffles and sort operator when possibleEric Liang2016-04-216-6/+59