aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-19859][SS] The new watermark should override the old oneShixiong Zhu2017-03-071-0/+14
* [SPARK-19841][SS] watermarkPredicate should filter based on keysShixiong Zhu2017-03-071-0/+19
* [SPARK-18389][SQL] Disallow cyclic view referencejiangxingbo2017-03-071-4/+31
* [SPARK-19765][SPARK-18549][SQL] UNCACHE TABLE should un-cache all cached plan...Wenchen Fan2017-03-071-15/+35
* [SPARK-19637][SQL] Add to_json in FunctionRegistryTakeshi Yamamuro2017-03-073-0/+94
* [SPARK-19832][SQL] DynamicPartitionWriteTask get partitionPath should escape ...windpiger2017-03-061-0/+23
* [SPARK-19350][SQL] Cardinality estimation of Limit and Samplewangzhenhua2017-03-061-24/+0
* [SPARK-19709][SQL] Read empty file with CSV data sourceWojtek Szymanski2017-03-061-6/+4
* [SPARK-19211][SQL] Explicitly prevent Insert into View or Create View As Insertjiangxingbo2017-03-062-1/+12
* [SPARK-19257][SQL] location for table/partition/database should be java.net.URIwindpiger2017-03-065-39/+123
* [SPARK-19595][SQL] Support json array in from_jsonhyukjinkwon2017-03-051-1/+24
* [SPARK-19254][SQL] Support Seq, Map, and Struct in functions.litTakeshi Yamamuro2017-03-051-0/+14
* [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-19718][SS] Handle more interrupt cases properly for HadoopShixiong Zhu2017-03-031-5/+104
* [SPARK-18939][SQL] Timezone support in partition values.Takuya UESHIN2017-03-033-19/+93
* [SPARK-19774] StreamExecution should call stop() on sources when a stream failsBurak Yavuz2017-03-032-2/+156
* [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-032-1/+12
* [SPARK-19779][SS] Delete needless tmp file after restart structured streaming...guifeng2017-03-021-0/+7
* [SPARK-19602][SQL][TESTS] Add tests for qualified column namesSunitha Kambhampati2017-03-028-5/+980
* [SPARK-19583][SQL] CTAS for data source table with a created location should ...windpiger2017-03-011-11/+55
* [SPARK-19761][SQL] create InMemoryFileIndex with an empty rootPaths when set ...windpiger2017-03-011-0/+16
* [SPARK-19766][SQL] Constant alias columns in INNER JOIN should not be folded ...Stan Zhai2017-03-012-0/+85
* [SPARK-19736][SQL] refreshByPath should clear all cached plans with the speci...Liang-Chi Hsieh2017-03-011-0/+16
* [SPARK-19633][SS] FileSource read from FileSinkLiwei Lin2017-02-282-12/+113
* [SPARK-19610][SQL] Support parsing multiline CSV fileshyukjinkwon2017-02-281-60/+132
* [SPARK-19463][SQL] refresh cache after the InsertIntoHadoopFsRelationCommandwindpiger2017-02-282-13/+9
* [SPARK-19677][SS] Committing a delta file atop an existing one should not fai...Roberto Agostino Vitillo2017-02-281-7/+24
* [SPARK-19678][SQL] remove MetastoreRelationWenchen Fan2017-02-281-1/+1
* [SPARK-19748][SQL] refresh function has a wrong order to do cache invalidate ...windpiger2017-02-281-0/+26
* [SPARK-15615][SQL][BUILD][FOLLOW-UP] Replace deprecated usage of json(RDD[Str...hyukjinkwon2017-02-2713-162/+153
* [MINOR][BUILD] Fix lint-java breaks in Javahyukjinkwon2017-02-272-13/+15
* [SPARK-19594][STRUCTURED STREAMING] StreamingQueryListener fails to handle Qu...Eyal Zituny2017-02-261-0/+25
* [SQL] Duplicate test exception in SQLQueryTestSuite due to meta files(.DS_Sto...Dilip Biswal2017-02-251-3/+7
* [SPARK-19650] Commands should not trigger a Spark jobHerman van Hovell2017-02-245-6/+31
* [SPARK-17078][SQL] Show stats when explainwangzhenhua2017-02-241-0/+21
* [SPARK-19674][SQL] Ignore driver accumulator updates don't belong to the exec...Carson Wang2017-02-231-0/+5
* [SPARK-18699][SQL] Put malformed tokens into a new field when parsing CSV dataTakeshi Yamamuro2017-02-232-4/+61
* [SPARK-19497][SS] Implement streaming deduplicationShixiong Zhu2017-02-235-10/+291
* [SPARK-19691][SQL] Fix ClassCastException when calculating percentile of deci...Takeshi Yamamuro2017-02-231-0/+5
* [SPARK-19695][SQL] Throw an exception if a `columnNameOfCorruptRecord` field ...Takeshi Yamamuro2017-02-221-0/+31
* [SPARK-19658][SQL] Set NumPartitions of RepartitionByExpression In ParserXiao Li2017-02-221-2/+30
* [SPARK-19666][SQL] Skip a property without getter in Java schema inference an...hyukjinkwon2017-02-222-0/+28
* [SPARK-19670][SQL][TEST] Enable Bucketed Table Reading and Writing Testing Wi...Xiao Li2017-02-212-0/+821
* [SPARK-18922][TESTS] Fix new test failures on Windows due to path and resourc...hyukjinkwon2017-02-201-16/+17
* [SPARK-19669][HOTFIX][SQL] sessionState access privileges compiled failed in ...windpiger2017-02-201-1/+1
* [SPARK-19598][SQL] Remove the alias parameter in UnresolvedRelationwindpiger2017-02-192-4/+4
* [SPARK-19534][TESTS] Convert Java tests to use lambdas, Java 8 featuresSean Owen2017-02-197-225/+107
* [SPARK-19447] Make Range operator generate "recordsRead" metricAla Luszczak2017-02-183-138/+108