aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main/scala/org
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-19587][SQL] bucket sorting columns should not be picked from partition...Wenchen Fan2017-02-152-41/+17
* [SPARK-19607] Finding QueryExecution that matches provided executionIdAla Luszczak2017-02-151-0/+9
* [SPARK-19318][SQL] Fix to treat JDBC connection properties specified by the u...sureshthalamati2017-02-146-16/+16
* [SPARK-19539][SQL] Block duplicate temp table during creationXin Wu2017-02-131-1/+3
* [SPARK-19115][SQL] Supporting Create Table Like Locationouyangxiaochen2017-02-132-7/+12
* [SPARK-19542][SS] Delete the temp checkpoint if a query is stopped without er...Shixiong Zhu2017-02-132-3/+27
* [SPARK-19025][SQL] Remove SQL builder for operatorsjiangxingbo2017-02-091-623/+0
* [SPARK-19514] Making range interruptible.Ala Luszczak2017-02-091-2/+10
* [SPARK-19265][SQL][FOLLOW-UP] Configurable `tableRelationCache` maximum sizeLiwei Lin2017-02-091-0/+11
* [SPARK-19464][CORE][YARN][TEST-HADOOP2.6] Remove support for Hadoop 2.5 and e...Sean Owen2017-02-083-19/+6
* [SPARK-19488][SQL] fix csv infer schema when the field is Nan/Inf etcwindpiger2017-02-081-1/+5
* [SPARK-19499][SS] Add more notes in the comments of Sink.addBatch()CodingCat2017-02-071-1/+4
* [SPARK-19413][SS] MapGroupsWithState for arbitrary stateful operationsTathagata Das2017-02-0711-32/+536
* [SPARK-19397][SQL] Make option names of LIBSVM and TEXT case insensitivegatorsmile2017-02-082-2/+43
* [SPARK-19495][SQL] Make SQLConf slightly more extensibleReynold Xin2017-02-072-117/+119
* [SPARK-16609] Add to_date/to_timestamp with format functionsanabranch2017-02-071-0/+33
* [SPARK-19447] Fixing input metrics for range operator.Ala Luszczak2017-02-071-22/+60
* [SPARK-16101][SQL] Refactoring CSV schema inference path to be consistent wit...hyukjinkwon2017-02-078-219/+221
* [SPARK-19407][SS] defaultFS is used FileSystem.get instead of getting it from...uncleGen2017-02-061-2/+2
* [SPARK-19080][SQL] simplify data source analysisWenchen Fan2017-02-078-127/+81
* [SPARK-19409][SPARK-17213] Cleanup Parquet workarounds/hacks due to bugs of o...Cheng Lian2017-02-062-33/+2
* [SPARK-19279][SQL] Infer Schema for Hive Serde Tables and Block Creating a Hi...gatorsmile2017-02-062-3/+3
* [SPARK-19446][SQL] Remove unused findTightestCommonType in TypeCoercionhyukjinkwon2017-02-031-1/+1
* [SPARK-19411][SQL] Remove the metadata used to mark optional columns in merge...Liang-Chi Hsieh2017-02-032-19/+4
* [SPARK-14352][SQL] approxQuantile should support multi columnsZheng RuiFeng2017-02-011-3/+34
* [SPARK-19296][SQL] Deduplicate url and table in JdbcUtilshyukjinkwon2017-02-012-32/+28
* [SPARK-19402][DOCS] Support LaTex inline formula correctly and fix warnings i...hyukjinkwon2017-02-0110-32/+32
* [SPARK-19378][SS] Ensure continuity of stateOperator and eventTime metrics ev...Burak Yavuz2017-01-311-11/+24
* [SPARK-19152][SQL][FOLLOWUP] simplify CreateHiveTableAsSelectCommandWenchen Fan2017-01-282-0/+12
* [SPARK-19338][SQL] Add UDF names in explainTakeshi YAMAMURO2017-01-261-24/+24
* [SPARK-18936][SQL] Infrastructure for session local timezone support.Takuya UESHIN2017-01-2610-28/+40
* [TESTS][SQL] Setup testdata at the beginning for tests to run independentlyDilip Biswal2017-01-253-6/+6
* [SPARK-19334][SQL] Fix the code injection vulnerability related to Generator ...Kousuke Saruta2017-01-241-2/+9
* [SPARK-19152][SQL] DataFrameWriter.saveAsTable support hive appendwindpiger2017-01-242-7/+7
* [SPARK-16101][HOTFIX] Fix the build with Scala 2.10 by explicit typed argumenthyukjinkwon2017-01-231-1/+1
* [SPARK-19268][SS] Disallow adaptive query execution for streaming queriesShixiong Zhu2017-01-231-0/+6
* [SPARK-9435][SQL] Reuse function in Java UDF to correctly support expressions...hyukjinkwon2017-01-231-23/+46
* [SPARK-19272][SQL] Remove the param `viewOriginalText` from `CatalogTable`jiangxingbo2017-01-242-4/+4
* [SPARK-19290][SQL] add a new extending interface in Analyzer for post-hoc res...Wenchen Fan2017-01-233-28/+9
* [SPARK-19284][SQL] append to partitioned datasource table should without cust...windpiger2017-01-232-5/+4
* [SPARK-19218][SQL] Fix SET command to show a result correctly and in a sorted...Dongjoon Hyun2017-01-232-3/+9
* [SPARK-19309][SQL] disable common subexpression elimination for conditional e...Wenchen Fan2017-01-231-15/+17
* [SPARK-19229][SQL] Disallow Creating Hive Source Tables when Hive Support is ...gatorsmile2017-01-222-5/+5
* [SPARK-16101][SQL] Refactoring CSV read path to be consistent with JSON data ...hyukjinkwon2017-01-236-290/+265
* [SPARK-19305][SQL] partitioned table should always put partition columns at t...Wenchen Fan2017-01-211-18/+42
* [SPARK-14536][SQL] fix to handle null value in array type column for postgres.sureshthalamati2017-01-201-3/+3
* [SPARK-16101][SQL] Refactoring CSV write path to be consistent with JSON data...hyukjinkwon2017-01-215-115/+135
* [SPARK-19267][SS] Fix a race condition when stopping StateStoreShixiong Zhu2017-01-201-27/+61
* [SPARK-19292][SQL] filter with partition columns should be case-insensitive o...Wenchen Fan2017-01-191-1/+1
* [SPARK-17912] [SQL] Refactor code generation to get data for ColumnVector/Col...Kazuaki Ishizaki2017-01-192-84/+135