aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-14828][SQL] Start SparkSession in REPL instead of SQLContextAndrew Or2016-04-251-5/+29
* [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-241-1/+2
* [SPARK-14885][SQL] When creating a CatalogColumn, we should use the catalogSt...Yin Huai2016-04-242-3/+3
* [SPARK-14876][SQL] SparkSession should be case insensitive by defaultReynold Xin2016-04-241-2/+2
* [SPARK-14691][SQL] Simplify and Unify Error Generation for Unsupported Alter ...gatorsmile2016-04-241-118/+7
* [SPARK-14879][SQL] Move CreateMetastoreDataSource and CreateMetastoreDataSour...Yin Huai2016-04-232-4/+477
* [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-232-2/+2
* [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-222-10/+10
* [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-2237-220/+242
* [SPARK-14832][SQL][STREAMING] Refactor DataSource to ensure schema is inferre...Tathagata Das2016-04-223-40/+21
* [SPARK-14582][SQL] increase parallelism for small tablesDavies Liu2016-04-221-1/+6
* [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-228-31/+92
* [SPARK-14791] [SQL] fix risk condition between broadcast and subqueryDavies Liu2016-04-223-15/+26
* [SPARK-14841][SQL] Move SQLBuilder into sql/coreReynold Xin2016-04-221-0/+533
* [SPARK-13266] [SQL] None read/writer options were not transalated to "null"Liang-Chi Hsieh2016-04-221-1/+5
* [SPARK-6429] Implement hashCode and equals togetherJoan2016-04-226-5/+18
* [SPARK-14609][SQL] Native support for LOAD DATA DDL commandLiang-Chi Hsieh2016-04-223-3/+154
* [SPARK-14826][SQL] Remove HiveQueryExecutionReynold Xin2016-04-228-215/+357
* [SPARK-14369] [SQL] Locality support for FileScanRDDCheng Lian2016-04-213-27/+134
* [SPARK-14680] [SQL] Support all datatypes to use VectorizedHashmap in Tungste...Sameer Agarwal2016-04-213-39/+144
* [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-215-4/+55
* [SPARK-14798][SQL] Move native command and script transformation parsing into...Reynold Xin2016-04-213-4/+128
* [MINOR] Comment whitespace changes in #12553Andrew Or2016-04-211-9/+10
* [SPARK-13643][SQL] Implement SparkSessionAndrew Or2016-04-214-186/+936
* [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-218-31/+552
* [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-202-0/+137
* [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-205-27/+346
* [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-201-1/+2
* [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-201-1/+1
* [SPARK-9013][SQL] generate MutableProjection directly instead of return a fun...Wenchen Fan2016-04-208-22/+20
* [SPARK-14407][SQL] Hides HadoopFsRelation related data source API into execut...Cheng Lian2016-04-1912-530/+547
* [SPARK-4226] [SQL] Support IN/EXISTS SubqueriesHerman van Hovell2016-04-191-2/+4
* [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-194-77/+119
* [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