aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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-214-24/+128
* [MINOR] Comment whitespace changes in #12553Andrew Or2016-04-211-9/+10
* [SPARK-13643][SQL] Implement SparkSessionAndrew Or2016-04-215-197/+961
* [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-14792][SQL] Move as many parsing rules as possible into SQL parserReynold Xin2016-04-219-32/+554
* [SPARK-14782][SPARK-14778][SQL] Remove HiveConf dependency from HiveSqlAstBui...Reynold Xin2016-04-201-1/+1
* [SPARK-14769][SQL] Create built-in functionality for variable substitutionReynold Xin2016-04-203-0/+215
* [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-203-27/+179
* [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-208-22/+20
* [SPARK-14704][CORE] create accumulators in TaskMetricsWenchen Fan2016-04-191-2/+2
* [SPARK-13419] [SQL] Update SubquerySuite to use checkAnswer for validationLuciano Resende2016-04-191-28/+38
* [SPARK-13929] Use Scala reflection for UDTsJoan2016-04-192-50/+77
* [SPARK-14407][SQL] Hides HadoopFsRelation related data source API into execut...Cheng Lian2016-04-1914-534/+549
* [SPARK-4226] [SQL] Support IN/EXISTS SubqueriesHerman van Hovell2016-04-193-13/+144
* [SPARK-14675][SQL] ClassFormatError when use Seq as Aggregator buffer typeWenchen Fan2016-04-191-0/+20
* [SPARK-14676] Wrap and re-throw Await.result exceptions in order to capture f...Josh Rosen2016-04-192-4/+4
* [SPARK-14491] [SQL] refactor object operator framework to make it easy to eli...Wenchen Fan2016-04-196-79/+123
* [SPARK-13681][SPARK-14458][SPARK-14566][SQL] Add back once removed CommitFail...Cheng Lian2016-04-191-2/+12
* [SPARK-14577][SQL] Add spark.sql.codegen.maxCaseBranches config optionDongjoon Hyun2016-04-192-1/+8
* [SPARK-14595][SQL] add input metrics for FileScanRDDWenchen Fan2016-04-181-7/+53
* [SPARK-14722][SQL] Rename upstreams() -> inputRDDs() in WholeStageCodegenSameer Agarwal2016-04-1811-37/+37
* [SPARK-14718][SQL] Avoid mutating ExprCode in doGenCodeSameer Agarwal2016-04-181-1/+1