aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-16686][SQL] Remove PushProjectThroughSample since it is handled by Col...Liang-Chi Hsieh2016-07-261-0/+25
* [SPARK-16633][SPARK-16642][SPARK-16721][SQL] Fixes three issues related to le...Yin Huai2016-07-251-0/+414
* [SPARK-14131][STREAMING] SQL Improved fix for avoiding potential deadlocks in...Tathagata Das2016-07-253-7/+50
* [SPARK-16698][SQL] Field names having dots should be allowed for datasources ...hyukjinkwon2016-07-251-0/+15
* [SPARK-16668][TEST] Test parquet reader for row groups containing both dictio...Sameer Agarwal2016-07-251-0/+29
* [SPARK-16691][SQL] move BucketSpec to catalyst module and use it in CatalogTableWenchen Fan2016-07-255-8/+9
* [SPARK-16645][SQL] rename CatalogStorageFormat.serdeProperties to propertiesWenchen Fan2016-07-251-15/+15
* [SPARK-16463][SQL] Support `truncate` option in Overwrite mode for JDBC DataF...Dongjoon Hyun2016-07-241-2/+21
* [SPARK-16690][TEST] rename SQLTestUtils.withTempTable to withTempViewWenchen Fan2016-07-2313-55/+55
* [SPARK-16556][SPARK-16559][SQL] Fix Two Bugs in Bucket Specificationgatorsmile2016-07-222-2/+43
* [SPARK-16287][SQL] Implement str_to_map SQL functionSandeep Singh2016-07-221-0/+23
* [SPARK-16656][SQL] Try to make CreateTableAsSelectSuite more stableYin Huai2016-07-211-10/+15
* [SPARK-16632][SQL] Revert PR #14272: Respect Hive schema when merging parquet...Cheng Lian2016-07-211-39/+0
* [SPARK-16632][SQL] Use Spark requested schema to guide vectorized Parquet rea...Cheng Lian2016-07-211-0/+24
* [SPARK-16644][SQL] Aggregate should not propagate constraints containing aggr...Wenchen Fan2016-07-201-0/+17
* [SPARK-16344][SQL] Decoding Parquet array of struct with a single field named...Cheng Lian2016-07-201-1/+15
* [SPARK-16632][SQL] Respect Hive schema when merging parquet schema.Marcelo Vanzin2016-07-201-0/+39
* [SPARK-16351][SQL] Avoid per-record type dispatch in JSON when writinghyukjinkwon2016-07-181-3/+0
* [SPARK-16588][SQL] Deprecate monotonicallyIncreasingId in Scala/JavaReynold Xin2016-07-171-7/+6
* [SPARK-16529][SQL][TEST] `withTempDatabase` should set `default` database bef...Dongjoon Hyun2016-07-151-1/+7
* [SPARK-16531][SQL][TEST] Remove timezone setting from DataFrameTimeWindowingS...Burak Yavuz2016-07-131-10/+0
* [MINOR] Fix Java style errors and remove unused importsXin Ren2016-07-131-1/+0
* [SPARK-15889][STREAMING] Follow-up fix to erroneous condition in StreamTestSean Owen2016-07-131-1/+1
* [SPARK-16284][SQL] Implement reflect SQL functionpetermaxlee2016-07-131-0/+38
* [SPARK-16119][SQL] Support PURGE option to drop table / partition.Marcelo Vanzin2016-07-125-32/+43
* [SPARK-16489][SQL] Guard against variable reuse mistakes in expression code g...Reynold Xin2016-07-121-14/+0
* [SPARK-15752][SQL] Optimize metadata only query that has an aggregate whose c...Lianhui Wang2016-07-122-0/+156
* [SPARK-16189][SQL] Add ExternalRDD logical plan for input with RDD to have a ...Takuya UESHIN2016-07-121-1/+7
* [SPARK-16199][SQL] Add a method to list the referenced columns in data source...petermaxlee2016-07-111-0/+89
* [SPARK-12639][SQL] Mark Filters Fully Handled By Sources with *Russell Spitzer2016-07-111-1/+1
* [SPARK-16488] Fix codegen variable namespace collision in pmod and partitionBySameer Agarwal2016-07-111-0/+14
* [SPARK-16430][SQL][STREAMING] Fixed bug in the maxFilesPerTrigger in FileStre...Tathagata Das2016-07-111-2/+33
* [SPARK-16433][SQL] Improve StreamingQuery.explain when no data arrivesShixiong Zhu2016-07-112-4/+4
* [SPARK-16114][SQL] structured streaming event time window exampleJames Thomas2016-07-111-1/+51
* [SPARK-16458][SQL] SessionCatalog should support `listColumns` for temporary ...Dongjoon Hyun2016-07-111-0/+5
* [SPARK-16459][SQL] Prevent dropping current databaseDongjoon Hyun2016-07-111-0/+9
* [SPARK-16355][SPARK-16354][SQL] Fix Bugs When LIMIT/TABLESAMPLE is Non-foldab...gatorsmile2016-07-112-2/+79
* [SPARK-16318][SQL] Implement all remaining xpath functionspetermaxlee2016-07-112-32/+62
* [SPARK-16401][SQL] Data Source API: Enable Extending RelationProvider and Cre...gatorsmile2016-07-091-0/+32
* [SPARK-16387][SQL] JDBC Writer should use dialect to quote field names.Dongjoon Hyun2016-07-081-0/+6
* [SPARK-16281][SQL] Implement parse_url SQL functionwujian2016-07-081-0/+15
* [SPARK-16429][SQL] Include `StringType` columns in `describe()`Dongjoon Hyun2016-07-081-18/+18
* [SPARK-13638][SQL] Add quoteAll option to CSV DataFrameWriterJurriaan Pruis2016-07-081-0/+26
* [SPARK-16285][SQL] Implement sentences SQL functionsDongjoon Hyun2016-07-081-0/+20
* [SPARK-16430][SQL][STREAMING] Add option maxFilesPerTriggerTathagata Das2016-07-071-0/+76
* [SPARK-16350][SQL] Fix support for incremental planning in wirteStream.foreach()Liwei Lin2016-07-071-9/+77
* [SPARK-16400][SQL] Remove InSet filter pushdown from ParquetReynold Xin2016-07-071-30/+0
* [SPARK-16368][SQL] Fix Strange Errors When Creating View With Unmatched Colum...gatorsmile2016-07-071-0/+23
* [SPARK-14839][SQL] Support for other types for `tableProperty` rule in SQL sy...hyukjinkwon2016-07-061-0/+61
* [SPARK-16371][SQL] Two follow-up tasksReynold Xin2016-07-061-1/+1