aboutsummaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-19765][SPARK-18549][SQL] UNCACHE TABLE should un-cache all cached plan...Wenchen Fan2017-03-079-98/+119
* [SPARK-19637][SQL] Add to_json in FunctionRegistryTakeshi Yamamuro2017-03-075-2/+136
* [SPARK-17075][SQL][FOLLOWUP] fix filter estimation issueswangzhenhua2017-03-062-274/+297
* [SPARK-19832][SQL] DynamicPartitionWriteTask get partitionPath should escape ...windpiger2017-03-063-2/+58
* [SPARK-19350][SQL] Cardinality estimation of Limit and Samplewangzhenhua2017-03-064-103/+145
* [SPARK-19709][SQL] Read empty file with CSV data sourceWojtek Szymanski2017-03-062-38/+40
* [SPARK-19211][SQL] Explicitly prevent Insert into View or Create View As Insertjiangxingbo2017-03-064-2/+26
* [SPARK-19257][SQL] location for table/partition/database should be java.net.URIwindpiger2017-03-0633-155/+460
* [SPARK-19737][SQL] New analysis rule for reporting unregistered functions wit...Cheng Lian2017-03-063-1/+48
* [SPARK-17495][SQL] Support Decimal type in Hive-hashTejas Patil2017-03-062-3/+99
* [SPARK-19595][SQL] Support json array in from_jsonhyukjinkwon2017-03-054-14/+178
* [SPARK-19254][SQL] Support Seq, Map, and Struct in functions.litTakeshi Yamamuro2017-03-054-20/+121
* [SPARK-19805][TEST] Log the row type when query result dose not matchuncleGen2017-03-051-0/+10
* [SPARK-19816][SQL][TESTS] Fix an issue that DataFrameCallbackSuite doesn't re...Shixiong Zhu2017-03-031-3/+1
* [SPARK-19084][SQL] Ensure context class loader is set when initializing Hive.Marcelo Vanzin2017-03-031-3/+8
* [SPARK-19718][SS] Handle more interrupt cases properly for HadoopShixiong Zhu2017-03-032-10/+119
* [SPARK-13446][SQL] Support reading data from Hive 2.0.1 metastoreXiao Li2017-03-037-9/+107
* [SPARK-18939][SQL] Timezone support in partition values.Takuya UESHIN2017-03-0315-59/+175
* [SPARK-19774] StreamExecution should call stop() on sources when a stream failsBurak Yavuz2017-03-033-3/+169
* [SPARK-19710][SQL][TESTS] Fix ordering of rows in query resultsPete Robbins2017-03-036-13/+13
* [SPARK-19758][SQL] Resolving timezone aware expressions with time zone when r...Liang-Chi Hsieh2017-03-035-23/+48
* [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-022-4/+20
* [SPARK-19779][SS] Delete needless tmp file after restart structured streaming...guifeng2017-03-022-1/+10
* [SPARK-19602][SQL][TESTS] Add tests for qualified column namesSunitha Kambhampati2017-03-028-5/+980
* [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-013-13/+156
* [SPARK-19775][SQL] Remove an obsolete `partitionBy().insertInto()` test caseDongjoon Hyun2017-03-021-13/+0
* [SPARK-19761][SQL] create InMemoryFileIndex with an empty rootPaths when set ...windpiger2017-03-013-3/+21
* [SPARK-19766][SQL] Constant alias columns in INNER JOIN should not be folded ...Stan Zhai2017-03-014-1/+100
* [SPARK-19736][SQL] refreshByPath should clear all cached plans with the speci...Liang-Chi Hsieh2017-03-012-9/+26
* [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