aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/main/scala/org
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19595][SQL] Support json array in from_jsonhyukjinkwon2017-03-051-5/+47
* [SPARK-19254][SQL] Support Seq, Map, and Struct in functions.litTakeshi Yamamuro2017-03-051-8/+17
* [SPARK-19718][SS] Handle more interrupt cases properly for HadoopShixiong Zhu2017-03-031-5/+15
* [SPARK-18939][SQL] Timezone support in partition values.Takuya UESHIN2017-03-035-27/+62
* [SPARK-19774] StreamExecution should call stop() on sources when a stream failsBurak Yavuz2017-03-031-1/+13
* [SPARK-18699][SQL][FOLLOWUP] Add explanation in CSV parser and minor cleanuphyukjinkwon2017-03-031-29/+68
* [SPARK-18726][SQL] resolveRelation for FileFormat DataSource don't need to li...windpiger2017-03-021-4/+9
* [SPARK-19779][SS] Delete needless tmp file after restart structured streaming...guifeng2017-03-021-1/+3
* [SPARK-18352][DOCS] wholeFile JSON update doc and programming guideFelix Cheung2017-03-022-4/+4
* [SPARK-19583][SQL] CTAS for data source table with a created location should ...windpiger2017-03-011-2/+2
* [SPARK-19761][SQL] create InMemoryFileIndex with an empty rootPaths when set ...windpiger2017-03-012-3/+5
* [SPARK-19736][SQL] refreshByPath should clear all cached plans with the speci...Liang-Chi Hsieh2017-03-011-9/+10
* [SPARK-19633][SS] FileSource read from FileSinkLiwei Lin2017-02-283-29/+87
* [SPARK-19572][SPARKR] Allow to disable hive in sparkR shellJeff Zhang2017-02-281-2/+4
* [SPARK-19610][SQL] Support parsing multiline CSV fileshyukjinkwon2017-02-289-132/+371
* [SPARK-19463][SQL] refresh cache after the InsertIntoHadoopFsRelationCommandwindpiger2017-02-281-0/+3
* [SPARK-19677][SS] Committing a delta file atop an existing one should not fai...Roberto Agostino Vitillo2017-02-281-1/+10
* [SPARK-19678][SQL] remove MetastoreRelationWenchen Fan2017-02-286-103/+71
* [SPARK-19660][CORE][SQL] Replace the configuration property names that are de...Yuming Wang2017-02-282-7/+7
* [SPARK-19748][SQL] refresh function has a wrong order to do cache invalidate ...windpiger2017-02-281-1/+1
* [SPARK-19749][SS] Name socket source with a meaningful nameuncleGen2017-02-271-2/+4
* [SPARK-19594][STRUCTURED STREAMING] StreamingQueryListener fails to handle Qu...Eyal Zituny2017-02-261-1/+13
* [SPARK-19650] Commands should not trigger a Spark jobHerman van Hovell2017-02-243-17/+8
* [SPARK-19735][SQL] Remove HOLD_DDLTIME from Catalog APIsXiao Li2017-02-241-2/+0
* [SPARK-17078][SQL] Show stats when explainwangzhenhua2017-02-244-6/+28
* [SPARK-19664][SQL] put hive.metastore.warehouse.dir in hadoopconf to overwrit...windpiger2017-02-231-2/+6
* [SPARK-19674][SQL] Ignore driver accumulator updates don't belong to the exec...Carson Wang2017-02-231-2/+5
* [SPARK-18699][SQL] Put malformed tokens into a new field when parsing CSV dataTakeshi Yamamuro2017-02-235-33/+114
* [SPARK-19497][SS] Implement streaming deduplicationShixiong Zhu2017-02-234-44/+160
* [SPARK-19695][SQL] Throw an exception if a `columnNameOfCorruptRecord` field ...Takeshi Yamamuro2017-02-222-3/+21
* [SPARK-15615][SQL] Add an API to load DataFrame from Dataset[String] storing ...pj.fanning2017-02-221-2/+18
* [SPARK-19658][SQL] Set NumPartitions of RepartitionByExpression In ParserXiao Li2017-02-223-9/+19
* [SPARK-19666][SQL] Skip a property without getter in Java schema inference an...hyukjinkwon2017-02-222-8/+5
* [SPARK-19669][SQL] Open up visibility for sharedState, sessionState, and a fe...Reynold Xin2017-02-202-7/+26
* [SPARK-19563][SQL] avoid unnecessary sort in FileFormatWriterWenchen Fan2017-02-191-99/+90
* [SPARK-19598][SQL] Remove the alias parameter in UnresolvedRelationwindpiger2017-02-191-2/+1
* [SPARK-19450] Replace askWithRetry with askSync.jinxing2017-02-191-4/+4
* [SPARK-19447] Make Range operator generate "recordsRead" metricAla Luszczak2017-02-181-4/+8
* [SPARK-19617][SS] Fix the race condition when starting and stopping a query q...Shixiong Zhu2017-02-172-95/+53
* [SPARK-18120][SPARK-19557][SQL] Call QueryExecutionListener callback methods ...Wenchen Fan2017-02-162-14/+87
* [SPARK-18352][SQL] Support parsing multiline json filesNathan Howell2017-02-166-86/+296
* [SPARK-19436][SQL] Add missing tests for approxQuantileZheng RuiFeng2017-02-162-14/+20
* [MINOR][BUILD] Fix javadoc8 breakhyukjinkwon2017-02-161-5/+3
* [SPARK-19550][BUILD][CORE][WIP] Remove Java 7 supportSean Owen2017-02-164-24/+2
* [SPARK-19618][SQL] Inconsistency wrt max. buckets allowed from Dataframe API ...Tejas Patil2017-02-151-1/+0
* [SPARK-19603][SS] Fix StreamingQuery explain commandShixiong Zhu2017-02-152-7/+28
* [SPARK-19599][SS] Clean up HDFSMetadataLogShixiong Zhu2017-02-152-24/+19
* [SPARK-18937][SQL] Timezone support in CSV/JSON parsingTakuya UESHIN2017-02-159-25/+39
* [SPARK-19329][SQL] Reading from or writing to a datasource table with a non p...windpiger2017-02-151-1/+2
* [SPARK-19399][SPARKR] Add R coalesce API for DataFrame and ColumnFelix Cheung2017-02-152-2/+18