aboutsummaryrefslogtreecommitdiff
path: root/sql/core
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-16826][SQL] Switch to java.net.URI for parse_url()Sylvain Zimmer2016-08-051-5/+35
* [SPARK-16625][SQL] General data types to be mapped to OracleYuming Wang2016-08-052-16/+51
* [SPARK-16879][SQL] unify logical plans for CREATE TABLE and CTASWenchen Fan2016-08-0511-343/+378
* [SPARK-15726][SQL] Make DatasetBenchmark fairer among Dataset, DataFrame and RDDHiroshi Inoue2016-08-051-25/+25
* [SPARK-16907][SQL] Fix performance regression for parquet table when vectoriz...Sean Zhong2016-08-051-1/+7
* [SPARK-16875][SQL] Add args checking for DataSet randomSplit and sampleZheng RuiFeng2016-08-041-2/+12
* [SPARK-16884] Move DataSourceScanExec out of ExistingRDD.scala fileEric Liang2016-08-043-504/+525
* [SPARK-16802] [SQL] fix overflow in LongToUnsafeRowMapDavies Liu2016-08-042-6/+55
* [SPARK-16853][SQL] fixes encoder error in DataSet typed selectSean Zhong2016-08-042-9/+22
* [MINOR][SQL] Fix minor formatting issue of SortAggregateExec.toStringCheng Lian2016-08-041-3/+3
* [SPARK-16814][SQL] Fix deprecated parquet constructor usageHolden Karau2016-08-033-6/+29
* [SPARK-14204][SQL] register driverClass rather than user-specified classKevin McHale2016-08-031-1/+1
* [SPARK-16596] [SQL] Refactor DataSourceScanExec to do partition discovery at ...Eric Liang2016-08-036-286/+351
* [SQL][MINOR] use stricter type parameter to make it clear that parquet reader...Wenchen Fan2016-08-033-10/+10
* [SPARK-16836][SQL] Add support for CURRENT_DATE/CURRENT_TIMESTAMP literalsHerman van Hovell2016-08-021-1/+10
* [SPARK-16778][SQL][TRIVIAL] Fix deprecation warning with SQLContextHolden Karau2016-08-011-1/+1
* [SPARK-16805][SQL] Log timezone when query result does not matchReynold Xin2016-07-311-0/+3
* [SPARK-16731][SQL] use StructType in CatalogTable and remove CatalogColumnWenchen Fan2016-07-317-75/+44
* [SPARK-16818] Exchange reuse incorrectly reuses scans over different sets of ...Eric Liang2016-07-302-1/+36
* [SPARK-16694][CORE] Use for/foreach rather than map for Unit expressions whos...Sean Owen2016-07-303-5/+5
* [SPARK-16748][SQL] SparkExceptions during planning should not wrapped in Tree...Tathagata Das2016-07-291-1/+9
* [SPARK-16664][SQL] Fix persist call on Data frames with more than 200…Wesley Tang2016-07-293-3/+12
* [SPARK-16764][SQL] Recommend disabling vectorized parquet reader on OutOfMemo...Sameer Agarwal2016-07-281-5/+19
* [SPARK-16740][SQL] Fix Long overflow in LongToUnsafeRowMapSylvain Zimmer2016-07-281-1/+2
* [SPARK-16639][SQL] The query with having condition that contains grouping by ...Liang-Chi Hsieh2016-07-281-5/+17
* [SPARK-16552][SQL] Store the Inferred Schemas into External Catalog Tables wh...gatorsmile2016-07-286-74/+286
* [SPARK-16730][SQL] Implement function aliases for type castspetermaxlee2016-07-281-0/+26
* [MINOR][DOC][SQL] Fix two documents regarding size in bytesLiang-Chi Hsieh2016-07-271-5/+7
* [SPARK-16621][SQL] Generate stable SQLs in SQLBuilderDongjoon Hyun2016-07-271-5/+18
* [SPARK-16524][SQL] Add RowBatch and RowBasedHashMapGeneratorQifan Pu2016-07-263-126/+390
* [SPARK-16663][SQL] desc table should be consistent between data source and hi...Wenchen Fan2016-07-262-21/+21
* [SPARK-16675][SQL] Avoid per-record type dispatch in JDBC when writinghyukjinkwon2016-07-262-36/+88
* [SPARK-16706][SQL] support java map in encoderWenchen Fan2016-07-261-4/+54
* [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-252-7/+441
* [SPARK-16672][SQL] SQLBuilder should not raise exceptions on EXISTS queriesDongjoon Hyun2016-07-251-2/+7
* [SPARK-16678][SPARK-16677][SQL] Fix two View-related bugsgatorsmile2016-07-262-15/+23
* [SPARK-14131][STREAMING] SQL Improved fix for avoiding potential deadlocks in...Tathagata Das2016-07-255-36/+80
* [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-2516-52/+33
* [SPARK-16660][SQL] CreateViewCommand should not take CatalogTableWenchen Fan2016-07-253-90/+99
* [SPARK-16674][SQL] Avoid per-record type dispatch in JDBC when readinghyukjinkwon2016-07-251-116/+129
* [SPARK-16699][SQL] Fix performance bug in hash aggregate on long string keysQifan Pu2016-07-241-2/+4
* [SPARK-16645][SQL] rename CatalogStorageFormat.serdeProperties to propertiesWenchen Fan2016-07-256-31/+31
* [SPARK-16463][SQL] Support `truncate` option in Overwrite mode for JDBC DataF...Dongjoon Hyun2016-07-249-4/+70
* [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-224-3/+55
* [SPARK-16287][SQL] Implement str_to_map SQL functionSandeep Singh2016-07-221-0/+23
* [SPARK-16334] Maintain single dictionary per row-batch in vectorized parquet ...Sameer Agarwal2016-07-211-8/+13