aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test/scala/org
Commit message (Expand)AuthorAgeFilesLines
* [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-2710-152/+137
* [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-241-0/+25
* [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-231-4/+59
* [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-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-19447] Make Range operator generate "recordsRead" metricAla Luszczak2017-02-183-138/+108
* [SPARK-19617][SS] Fix the race condition when starting and stopping a query q...Shixiong Zhu2017-02-175-11/+10
* [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-161-2/+55
* [SPARK-18352][SQL] Support parsing multiline json filesNathan Howell2017-02-161-5/+147
* [SPARK-19436][SQL] Add missing tests for approxQuantileZheng RuiFeng2017-02-161-9/+68
* [SPARK-19618][SQL] Inconsistency wrt max. buckets allowed from Dataframe API ...Tejas Patil2017-02-151-13/+15
* [SPARK-19603][SS] Fix StreamingQuery explain commandShixiong Zhu2017-02-151-4/+24
* [SPARK-18937][SQL] Timezone support in CSV/JSON parsingTakuya UESHIN2017-02-155-46/+145
* [SPARK-19329][SQL] Reading from or writing to a datasource table with a non p...windpiger2017-02-151-0/+119
* [SPARK-19607][HOTFIX] Finding QueryExecution that matches provided executionIdDongjoon Hyun2017-02-151-0/+2
* [SPARK-19331][SQL][TESTS] Improve the test coverage of SQLViewSuitejiangxingbo2017-02-152-7/+624
* [SPARK-19607] Finding QueryExecution that matches provided executionIdAla Luszczak2017-02-151-0/+32
* [SPARK-19318][SQL] Fix to treat JDBC connection properties specified by the u...sureshthalamati2017-02-142-1/+62
* [SPARK-16475][SQL] Broadcast hint for SQL QueriesReynold Xin2017-02-141-1/+26
* [SPARK-19539][SQL] Block duplicate temp table during creationXin Wu2017-02-137-123/+144
* [SPARK-19542][SS] Delete the temp checkpoint if a query is stopped without er...Shixiong Zhu2017-02-131-0/+26
* [SPARK-19514] Enhancing the test for Range interruption.Ala Luszczak2017-02-131-11/+10
* [SPARK-19496][SQL] to_date udf to return null when input date is invalidwindpiger2017-02-131-4/+71
* [SPARK-19549] Allow providing reason for stage/job cancellingAla Luszczak2017-02-101-4/+15
* [SPARK-19459][SQL] Add Hive datatype (char/varchar) to StructField metadataHerman van Hovell2017-02-101-2/+6
* [SPARK-19512][SQL] codegen for compare structs failsBogdan Raducanu2017-02-091-0/+12
* [SPARK-19514] Making range interruptible.Ala Luszczak2017-02-091-1/+37
* [SPARK-19265][SQL][FOLLOW-UP] Configurable `tableRelationCache` maximum sizeLiwei Lin2017-02-091-0/+16
* [SPARK-19488][SQL] fix csv infer schema when the field is Nan/Inf etcwindpiger2017-02-081-0/+8
* [SPARK-19413][SS] MapGroupsWithState for arbitrary stateful operationsTathagata Das2017-02-071-0/+335
* [SPARK-19397][SQL] Make option names of LIBSVM and TEXT case insensitivegatorsmile2017-02-081-2/+20
* [SPARK-19495][SQL] Make SQLConf slightly more extensibleReynold Xin2017-02-072-11/+11