aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-18528][SQL] Fix a bug to initialise an iterator of aggregation bufferTakeshi YAMAMURO2016-12-224-4/+22
* [SPARK-18234][SS] Made update mode publicTathagata Das2016-12-2115-66/+196
* [SPARK-17807][CORE] split test-tags into test-JARRyan Williams2016-12-214-0/+38
* [SPARK-18775][SQL] Limit the max number of records written per fileReynold Xin2016-12-214-39/+179
* [SPARK-18894][SS] Fix event time watermark delay threshold specified in month...Tathagata Das2016-12-214-18/+73
* [SPARK-18947][SQL] SQLContext.tableNames should not call Catalog.listTablesWenchen Fan2016-12-212-6/+7
* [SPARK-18949][SQL] Add recoverPartitions API to Cataloggatorsmile2016-12-203-3/+24
* [SPARK-18900][FLAKY-TEST] StateStoreSuite.maintenanceBurak Yavuz2016-12-201-5/+7
* [SPARK-18927][SS] MemorySink for StructuredStreaming can't recover from check...Burak Yavuz2016-12-202-9/+25
* Tiny style improvement.Reynold Xin2016-12-191-2/+3
* [SPARK-18899][SPARK-18912][SPARK-18913][SQL] refactor the error checking when...Wenchen Fan2016-12-198-91/+180
* [SPARK-18928] Check TaskContext.isInterrupted() in FileScanRDD, JDBCRDD & Uns...Josh Rosen2016-12-202-4/+13
* [SPARK-18624][SQL] Implicit cast ArrayType(InternalType)jiangxingbo2016-12-195-49/+92
* [SPARK-18921][SQL] check database existence with Hive.databaseExists instead ...Wenchen Fan2016-12-194-16/+19
* [SPARK-18700][SQL] Add StripedLock for each table's relation in cachexuanyuanking2016-12-192-59/+106
* [SPARK-18904][SS][TESTS] Merge two FileStreamSourceSuite filesShixiong Zhu2016-12-162-128/+98
* [MINOR][BUILD] Fix lint-check failures and javadoc8 breakhyukjinkwon2016-12-161-2/+2
* [SPARK-18108][SQL] Fix a schema inconsistent bug that makes a parquet reader ...Takeshi YAMAMURO2016-12-162-5/+24
* [SPARK-18850][SS] Make StreamExecution and progress classes serializableShixiong Zhu2016-12-1612-29/+222
* [SPARK-18892][SQL] Alias percentile_approx approx_percentileReynold Xin2016-12-152-2/+3
* [SPARK-18868][FLAKY-TEST] Deflake StreamingQueryListenerSuite: single listene...Burak Yavuz2016-12-151-9/+16
* [SPARK-18826][SS] Add 'latestFirst' option to FileStreamSourceShixiong Zhu2016-12-153-1/+71
* [SPARK-18870] Disallowed Distinct Aggregations on Streaming DatasetsTathagata Das2016-12-152-2/+26
* [SPARK-17910][SQL] Allow users to update the comment of a columnjiangxingbo2016-12-157-18/+529
* [SPARK-18869][SQL] Add TreeNode.p that returns BaseTypeReynold Xin2016-12-142-10/+9
* [SPARK-18856][SQL] non-empty partitioned table should not report zero sizeWenchen Fan2016-12-142-1/+20
* [SPARK-18703][SQL] Drop Staging Directories and Data Files After each Inserti...gatorsmile2016-12-152-2/+38
* [SPARK-18854][SQL] numberedTreeString and apply(i) inconsistent for subqueriesReynold Xin2016-12-145-23/+55
* [SPARK-18852][SS] StreamingQuery.lastProgress should be null when recentProgr...Shixiong Zhu2016-12-144-11/+33
* [SPARK-18853][SQL] Project (UnaryNode) is way too aggressive in estimating st...Reynold Xin2016-12-143-13/+13
* [SPARK-18753][SQL] Keep pushed-down null literal as a filter in Spark-side po...hyukjinkwon2016-12-142-1/+12
* [SPARK-18842][TESTS][LAUNCHER] De-duplicate paths in classpaths in commands f...hyukjinkwon2016-12-141-10/+0
* [SPARK-18814][SQL] CheckAnalysis rejects TPCDS query 32Nattavut Sutyanyong2016-12-144-9/+90
* [SPARK-18566][SQL] remove OverwriteOptionsWenchen Fan2016-12-1411-115/+91
* [SPARK-18752][SQL] Follow-up: add scaladoc explaining isSrcLocal arg.Marcelo Vanzin2016-12-131-0/+12
* [SPARK-18746][SQL] Add implicit encoder for BigDecimal, timestamp and dateWeiqing Yang2016-12-142-2/+29
* [SPARK-18834][SS] Expose event time stats through StreamingQueryProgressTathagata Das2016-12-138-66/+161
* [SPARK-17932][SQL][FOLLOWUP] Change statement `SHOW TABLES EXTENDED` to `SHOW...jiangxingbo2016-12-136-26/+41
* [SPARK-18835][SQL] Don't expose Guava types in the JavaTypeInference API.Marcelo Vanzin2016-12-132-4/+12
* [SPARK-13747][CORE] Fix potential ThreadLocal leaks in RPC when using ForkJoi...Shixiong Zhu2016-12-132-3/+2
* [SPARK-18675][SQL] CTAS for hive serde table should work for all hive versionsWenchen Fan2016-12-132-12/+75
* [MINOR][CORE][SQL] Remove explicit RDD and Partition overridesJacek Laskowski2016-12-131-4/+0
* [SPARK-18717][SQL] Make code generation for Scala Map work with immutable.Map...Andrew Ray2016-12-132-1/+13
* [SPARK-18796][SS] StreamingQueryManager should not block when starting a queryShixiong Zhu2016-12-124-58/+158
* [SPARK-18681][SQL] Fix filtering to compatible with partition keys of type intYuming Wang2016-12-121-2/+5
* [SPARK-18752][HIVE] isSrcLocal" value should be set from user query.Marcelo Vanzin2016-12-1211-115/+157
* [SPARK-16297][SQL] Fix mapping Microsoft SQLServer dialectmeknio2016-12-121-0/+2
* [SPARK-18790][SS] Keep a general offset history of stream batchesTyson Condie2016-12-119-64/+170
* [SQL][MINOR] simplify a test to fix the maven testsWenchen Fan2016-12-111-12/+7
* [SPARK-18815][SQL] Fix NPE when collecting column stats for string/binary col...wangzhenhua2016-12-102-23/+53