aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19633][SS] FileSource read from FileSinkLiwei Lin2017-02-285-41/+200
* [SPARK-19572][SPARKR] Allow to disable hive in sparkR shellJeff Zhang2017-02-281-2/+4
* [SPARK-19610][SQL] Support parsing multiline CSV fileshyukjinkwon2017-02-2810-192/+503
* [SPARK-19463][SQL] refresh cache after the InsertIntoHadoopFsRelationCommandwindpiger2017-02-284-25/+14
* [SPARK-19677][SS] Committing a delta file atop an existing one should not fai...Roberto Agostino Vitillo2017-02-282-8/+34
* [SPARK-19678][SQL] remove MetastoreRelationWenchen Fan2017-02-2827-672/+442
* [SPARK-19660][CORE][SQL] Replace the configuration property names that are de...Yuming Wang2017-02-28135-160/+165
* [SPARK-19748][SQL] refresh function has a wrong order to do cache invalidate ...windpiger2017-02-282-1/+27
* [SPARK-19749][SS] Name socket source with a meaningful nameuncleGen2017-02-271-2/+4
* [SPARK-15615][SQL][BUILD][FOLLOW-UP] Replace deprecated usage of json(RDD[Str...hyukjinkwon2017-02-2719-192/+179
* [MINOR][BUILD] Fix lint-java breaks in Javahyukjinkwon2017-02-275-14/+18
* [SPARK-19594][STRUCTURED STREAMING] StreamingQueryListener fails to handle Qu...Eyal Zituny2017-02-262-1/+38
* [SQL] Duplicate test exception in SQLQueryTestSuite due to meta files(.DS_Sto...Dilip Biswal2017-02-251-3/+7
* [SPARK-17075][SQL][FOLLOWUP] fix some minor issues and clean up the codeWenchen Fan2017-02-255-337/+296
* [SPARK-19673][SQL] "ThriftServer default app name is changed wrong"lvdongr2017-02-251-0/+1
* [SPARK-19650] Commands should not trigger a Spark jobHerman van Hovell2017-02-248-23/+39
* [SPARK-19735][SQL] Remove HOLD_DDLTIME from Catalog APIsXiao Li2017-02-2410-62/+17
* [SPARK-17078][SQL] Show stats when explainwangzhenhua2017-02-2411-20/+101
* [SPARK-17075][SQL] Follow up: fix file line ending and improve the testsShuai Lin2017-02-242-512/+533
* [SPARK-17495][SQL] Add more tests for hive hashTejas Patil2017-02-242-7/+251
* [SPARK-19038][YARN] Avoid overwriting keytab configuration in yarn-clientjerryshao2017-02-241-4/+0
* [SPARK-19664][SQL] put hive.metastore.warehouse.dir in hadoopconf to overwrit...windpiger2017-02-231-2/+6
* [SPARK-17075][SQL] implemented filter estimationRon Hu2017-02-234-1/+939
* [SPARK-19674][SQL] Ignore driver accumulator updates don't belong to the exec...Carson Wang2017-02-232-2/+10
* [SPARK-18699][SQL] Put malformed tokens into a new field when parsing CSV dataTakeshi Yamamuro2017-02-237-37/+175
* [SPARK-19497][SS] Implement streaming deduplicationShixiong Zhu2017-02-2314-58/+572
* [SPARK-19459] Support for nested char/varchar fields in ORCHerman van Hovell2017-02-233-19/+100
* [SPARK-19691][SQL] Fix ClassCastException when calculating percentile of deci...Takeshi Yamamuro2017-02-233-37/+45
* [SPARK-19695][SQL] Throw an exception if a `columnNameOfCorruptRecord` field ...Takeshi Yamamuro2017-02-224-4/+56
* [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-2210-32/+74
* [SPARK-19666][SQL] Skip a property without getter in Java schema inference an...hyukjinkwon2017-02-225-32/+54
* [SPARK-13721][SQL] Make GeneratorOuter unresolved.Bogdan Raducanu2017-02-222-2/+8
* [SPARK-19670][SQL][TEST] Enable Bucketed Table Reading and Writing Testing Wi...Xiao Li2017-02-214-21/+101
* [SPARK-18922][TESTS] Fix new test failures on Windows due to path and resourc...hyukjinkwon2017-02-202-17/+18
* [SPARK-19669][HOTFIX][SQL] sessionState access privileges compiled failed in ...windpiger2017-02-201-1/+1
* [SPARK-19669][SQL] Open up visibility for sharedState, sessionState, and a fe...Reynold Xin2017-02-202-7/+26
* [SPARK-15453][SQL][FOLLOW-UP] FileSourceScanExec to extract `outputOrdering` ...Xiao Li2017-02-201-92/+137
* [SPARK-19563][SQL] avoid unnecessary sort in FileFormatWriterWenchen Fan2017-02-191-99/+90
* [SPARK-19598][SQL] Remove the alias parameter in UnresolvedRelationwindpiger2017-02-1912-75/+51
* [SPARK-19534][TESTS] Convert Java tests to use lambdas, Java 8 featuresSean Owen2017-02-198-226/+108
* [SPARK-19450] Replace askWithRetry with askSync.jinxing2017-02-191-4/+4
* [SPARK-19447] Make Range operator generate "recordsRead" metricAla Luszczak2017-02-186-155/+125
* [SPARK-19617][SS] Fix the race condition when starting and stopping a query q...Shixiong Zhu2017-02-177-106/+63
* [SPARK-19500] [SQL] Fix off-by-one bug in BytesToBytesMapDavies Liu2017-02-171-0/+40
* [SPARK-18120][SPARK-19557][SQL] Call QueryExecutionListener callback methods ...Wenchen Fan2017-02-163-16/+142
* [SPARK-18352][SQL] Support parsing multiline json filesNathan Howell2017-02-1611-218/+679
* [SPARK-19436][SQL] Add missing tests for approxQuantileZheng RuiFeng2017-02-163-23/+88
* [MINOR][BUILD] Fix javadoc8 breakhyukjinkwon2017-02-161-5/+3
* [SPARK-19550][BUILD][CORE][WIP] Remove Java 7 supportSean Owen2017-02-1611-45/+73