aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [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-232-1/+17
* [SPARK-9435][SQL] Reuse function in Java UDF to correctly support expressions...hyukjinkwon2017-01-232-23/+68
* [SPARK-19272][SQL] Remove the param `viewOriginalText` from `CatalogTable`jiangxingbo2017-01-249-45/+39
* [SPARK-19290][SQL] add a new extending interface in Analyzer for post-hoc res...Wenchen Fan2017-01-236-55/+30
* [SPARK-19284][SQL] append to partitioned datasource table should without cust...windpiger2017-01-233-5/+36
* [SPARK-19218][SQL] Fix SET command to show a result correctly and in a sorted...Dongjoon Hyun2017-01-233-3/+36
* [SPARK-19309][SQL] disable common subexpression elimination for conditional e...Wenchen Fan2017-01-237-171/+84
* [SPARK-19229][SQL] Disallow Creating Hive Source Tables when Hive Support is ...gatorsmile2017-01-2217-89/+68
* [SPARK-16101][SQL] Refactoring CSV read path to be consistent with JSON data ...hyukjinkwon2017-01-237-316/+293
* [SPARK-19153][SQL] DataFrameWriter.saveAsTable work with create partitioned t...windpiger2017-01-223-19/+26
* [SPARK-19117][SPARK-18922][TESTS] Fix the rest of flaky, newly introduced and...hyukjinkwon2017-01-214-8/+12
* [SPARK-19305][SQL] partitioned table should always put partition columns at t...Wenchen Fan2017-01-212-18/+72
* [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-18589][SQL] Fix Python UDF accessing attributes from both side of joinDavies Liu2017-01-204-13/+21
* [SPARK-19314][SS][CATALYST] Do not allow sort before aggregation in Structure...Tathagata Das2017-01-202-3/+8
* [SPARK-19271][SQL] Change non-cbo estimation of aggregatewangzhenhua2017-01-197-11/+38
* [SPARK-19292][SQL] filter with partition columns should be case-insensitive o...Wenchen Fan2017-01-193-2/+25
* [SPARK-17912] [SQL] Refactor code generation to get data for ColumnVector/Col...Kazuaki Ishizaki2017-01-192-84/+135
* [SPARK-19295][SQL] IsolatedClientLoader's downloadVersion should log the loca...Yin Huai2017-01-191-0/+1
* [SPARK-19059][SQL] Unable to retrieve data from parquet table whose name star...jayadevanmurali2017-01-192-46/+53
* [SPARK-19265][SQL] make table relation cache general and does not depend on hiveWenchen Fan2017-01-1920-198/+144
* [SPARK-19168][STRUCTURED STREAMING] StateStore should be aborted upon errorLiwei Lin2017-01-183-2/+10
* [SPARK-19113][SS][TESTS] Ignore StreamingQueryException thrown from awaitInit...Shixiong Zhu2017-01-181-1/+6
* [SPARK-19024][SQL] Implement new approach to write a permanent viewjiangxingbo2017-01-185-92/+146
* [SPARK-19227][SPARK-19251] remove unused imports and outdated commentsuncleGen2017-01-1810-14/+2
* [SPARK-18243][SQL] Port Hive writing to use FileFormat interfaceWenchen Fan2017-01-1714-532/+317
* [SPARK-13721][SQL] Support outer generators in DataFrame APIBogdan Raducanu2017-01-179-16/+150
* [SPARK-18917][SQL] Remove schema check in appending dataReynold Xin2017-01-171-33/+3
* [MINOR][SQL] Remove duplicate call of reset() function in CurrentOrigin.withO...jiangxingbo2017-01-171-1/+0
* [SPARK-19129][SQL] SessionCatalog: Disallow empty part col values in partitio...gatorsmile2017-01-185-8/+106
* [SPARK-19065][SQL] Don't inherit expression id in dropDuplicatesShixiong Zhu2017-01-183-11/+27
* [SPARK-3249][DOC] Fix links in ScalaDoc that cause warning messages in `sbt/s...hyukjinkwon2017-01-172-5/+5
* [SPARK-19219][SQL] Fix Parquet log output defaultsNick Lavers2017-01-172-4/+4
* [SPARK-19240][SQL][TEST] add test for setting location for managed tableWenchen Fan2017-01-171-0/+28
* [SPARK-19148][SQL] do not expose the external table concept in CatalogWenchen Fan2017-01-174-99/+183
* [SPARK-18801][SQL][FOLLOWUP] Alias the view with its childjiangxingbo2017-01-165-57/+214
* [SPARK-19082][SQL] Make ignoreCorruptFiles work for ParquetLiang-Chi Hsieh2017-01-164-7/+139
* [SPARK-19120] Refresh Metadata Cache After Loading Hive Tablesgatorsmile2017-01-153-14/+75
* [SPARK-19207][SQL] LocalSparkSession should use Slf4JLoggerFactory.INSTANCETsuyoshi Ozawa2017-01-151-1/+1
* [SPARK-19151][SQL] DataFrameWriter.saveAsTable support hive overwritewindpiger2017-01-143-14/+34
* [SPARK-19180] [SQL] the offset of short should be 2 in OffHeapColumnYucai Yu2017-01-132-1/+64
* Fix missing close-parens for In filter's toStringAndrew Ash2017-01-121-1/+1
* [SPARK-19178][SQL] convert string of large numbers to int should return nullWenchen Fan2017-01-124-25/+230
* [SPARK-19092][SQL] Save() API of DataFrameWriter should not scan all the save...gatorsmile2017-01-133-97/+106
* [SPARK-17237][SQL] Remove backticks in a pivot result schemaTakeshi YAMAMURO2017-01-123-2/+10
* [SPARK-18969][SQL] Support grouping by nondeterministic expressionsWenchen Fan2017-01-123-17/+86
* [SPARK-19183][SQL] Add deleteWithJob hook to internal commit protocol APIEric Liang2017-01-128-110/+140