aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-14762] [SQL] TPCDS Q90 fails to parseHerman van Hovell2016-04-222-6/+51
* [SPARK-14841][SQL] Move SQLBuilder into sql/coreReynold Xin2016-04-228-19/+19
* [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-2213-18/+57
* [SPARK-14609][SQL] Native support for LOAD DATA DDL commandLiang-Chi Hsieh2016-04-2211-8/+427
* [SPARK-14826][SQL] Remove HiveQueryExecutionReynold Xin2016-04-2220-436/+420
* [SPARK-14835][SQL] Remove MetastoreRelation dependency from SQLBuilderReynold Xin2016-04-212-8/+22
* [SPARK-14369] [SQL] Locality support for FileScanRDDCheng Lian2016-04-216-37/+291
* [SPARK-14680] [SQL] Support all datatypes to use VectorizedHashmap in Tungste...Sameer Agarwal2016-04-215-39/+322
* [SPARK-14793] [SQL] Code generation for large complex type exceeds JVM size l...Takuya UESHIN2016-04-213-53/+144
* [SPARK-14824][SQL] Rename HiveContext object to HiveUtilsAndrew Or2016-04-2120-55/+55