aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-14821][SQL] Implement AnalyzeTable in sql/core and remove HiveSqlAstBu...Reynold Xin2016-04-2113-226/+199
* [SPARK-14724] Use radix sort for shuffles and sort operator when possibleEric Liang2016-04-218-10/+64
* [SPARK-14774][SQL] Write unscaled values in ColumnVector.putDecimalSameer Agarwal2016-04-213-30/+37
* [SPARK-14798][SQL] Move native command and script transformation parsing into...Reynold Xin2016-04-2115-182/+192
* [MINOR] Comment whitespace changes in #12553Andrew Or2016-04-211-9/+10
* [SPARK-13643][SQL] Implement SparkSessionAndrew Or2016-04-215-197/+961
* [SPARK-14801][SQL] Move MetastoreRelation to its own fileReynold Xin2016-04-212-205/+232
* [SPARK-14795][SQL] Remove the use of Hive's variable substitutionReynold Xin2016-04-213-11/+8
* [SPARK-14799][SQL] Remove MetastoreRelation dependency from AnalyzeTable - pa...Reynold Xin2016-04-211-26/+23
* [SPARK-14783] Preserve full exception stacktrace in IsolatedClientLoaderJosh Rosen2016-04-211-1/+1
* [SPARK-14797][BUILD] Spark SQL POM should not hardcode spark-sketch_2.11 dep.Josh Rosen2016-04-211-1/+1
* [HOTFIX] Remove wrong DDL testsLiang-Chi Hsieh2016-04-211-13/+0
* [SPARK-14753][CORE] remove internal flag in AccumulableWenchen Fan2016-04-211-3/+2
* [SPARK-14794][SQL] Don't pass analyze command into HiveReynold Xin2016-04-212-6/+8
* [HOTFIX] Disable flaky testsReynold Xin2016-04-211-2/+2
* [SPARK-14792][SQL] Move as many parsing rules as possible into SQL parserReynold Xin2016-04-2114-489/+568
* [SPARK-14786] Remove hive-cli dependency from hive subprojectJosh Rosen2016-04-203-7/+33
* [SPARK-14782][SPARK-14778][SQL] Remove HiveConf dependency from HiveSqlAstBui...Reynold Xin2016-04-204-40/+27
* [SPARK-14775][SQL] Remove TestHiveSparkSession.rewritePathsReynold Xin2016-04-204-22/+17
* [SPARK-14769][SQL] Create built-in functionality for variable substitutionReynold Xin2016-04-203-0/+215
* [SPARK-14770][SQL] Remove unused queries in hive module test resourcesReynold Xin2016-04-20690-5352/+0
* [SPARK-14749][SQL, TESTS] PlannerSuite failed when it run individuallySubhobrata Dey2016-04-201-1/+4
* [SPARK-14678][SQL] Add a file sink log to support versioning and compactionShixiong Zhu2016-04-206-27/+616
* [SPARK-14720][SPARK-13643] Move Hive-specific methods into HiveSessionState a...Andrew Or2016-04-2042-547/+790
* [SPARK-14741][SQL] Fixed error in reading json file stream inside a partition...Tathagata Das2016-04-202-1/+26
* [SPARK-14555] First cut of Python API for Structured StreamingBurak Yavuz2016-04-203-19/+19
* [SPARK-14687][CORE][SQL][MLLIB] Call path.getFileSystem(conf) instead of call...Liwei Lin2016-04-202-2/+2
* [SPARK-9013][SQL] generate MutableProjection directly instead of return a fun...Wenchen Fan2016-04-2014-39/+35
* [MINOR] [SQL] Re-enable `explode()` and `json_tuple()` testcases in Expressio...Dongjoon Hyun2016-04-191-4/+2