aboutsummaryrefslogtreecommitdiff
path: root/sql/core/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-20018][SQL] Pivot with timestamp and count should not print internal r...hyukjinkwon2017-03-221-1/+17
* [SPARK-19949][SQL][FOLLOW-UP] Clean up parse modes and update related commentshyukjinkwon2017-03-222-71/+49
* [SPARK-20023][SQL] Output table comment for DESC FORMATTEDXiao Li2017-03-223-24/+121
* [SPARK-20030][SS] Event-time-based timeout for MapGroupsWithStateTathagata Das2017-03-211-134/+268
* [SPARK-20051][SS] Fix StreamSuite flaky test - recover from v2.1 checkpointKunal Khamar2017-03-211-40/+37
* [SPARK-19919][SQL] Defer throwing the exception for empty paths in CSV dataso...hyukjinkwon2017-03-221-2/+4
* [SPARK-19261][SQL] Alter add columns for Hive serde and some datasource tablesXin Wu2017-03-212-7/+123
* [SPARK-19949][SQL] unify bad record handling in CSV and JSONWenchen Fan2017-03-202-5/+5
* [SPARK-19980][SQL] Add NULL checks in Bean serializerTakeshi Yamamuro2017-03-211-0/+19
* [SPARK-20010][SQL] Sort information is lost after sort merge joinwangzhenhua2017-03-211-1/+29
* [SPARK-19573][SQL] Make NaN/null handling consistent in approxQuantileZheng RuiFeng2017-03-201-19/+38
* [SPARK-19990][SQL][TEST-MAVEN] create a temp file for file in test.jar's reso...windpiger2017-03-202-14/+36
* [SPARK-19994][SQL] Wrong outputOrdering for right/full outer smjwangzhenhua2017-03-201-98/+135
* [SPARK-19849][SQL] Support ArrayType in to_json to produce JSON arrayhyukjinkwon2017-03-193-45/+78
* [SPARK-19067][SS] Processing-time-based timeout in MapGroupsWithStateTathagata Das2017-03-193-50/+524
* [SPARK-19896][SQL] Throw an exception if case classes have circular reference...Takeshi Yamamuro2017-03-181-0/+24
* [SPARK-19873][SS] Record num shuffle partitions in offset log and enforce in ...Kunal Khamar2017-03-1727-27/+151
* [SPARK-19967][SQL] Add from_json in FunctionRegistryTakeshi Yamamuro2017-03-173-2/+154
* [SPARK-19882][SQL] Pivot with null as a distinct pivot value throws NPEAndrew Ray2017-03-171-0/+14
* [SPARK-19721][SS] Good error message for version mismatch in log filesLiwei Lin2017-03-164-10/+82
* [SPARK-19751][SQL] Throw an exception if bean class has one's own class in fi...Takeshi Yamamuro2017-03-162-0/+119
* [SPARK-19961][SQL][MINOR] unify a erro msg when drop databse for HiveExternal...windpiger2017-03-161-6/+2
* [SPARK-19931][SQL] InMemoryTableScanExec should rewrite output partitioning a...Liang-Chi Hsieh2017-03-161-0/+26
* [SPARK-13450] Introduce ExternalAppendOnlyUnsafeRowArray. Change CartesianPro...Tejas Patil2017-03-154-1/+752
* [SPARK-19877][SQL] Restrict the nested level of a viewjiangxingbo2017-03-141-0/+25
* [SPARK-19817][SQL] Make it clear that `timeZone` option is a general option i...Takuya UESHIN2017-03-145-10/+17
* [SPARK-18966][SQL] NOT IN subquery with correlated expressions may return inc...Nattavut Sutyanyong2017-03-142-1/+73
* [SPARK-19933][SQL] Do not change output of a subqueryHerman van Hovell2017-03-141-0/+14
* [SPARK-18961][SQL] Support `SHOW TABLE EXTENDED ... PARTITION` statementjiangxingbo2017-03-144-62/+125
* [SPARK-19850][SQL] Allow the use of aliases in SQL function callsHerman van Hovell2017-03-142-0/+80
* [SPARK-18874][SQL] First phase: Deferring the correlated predicate pull up to...Nattavut Sutyanyong2017-03-142-3/+8
* [SPARK-19723][SQL] create datasource table with an non-existent location shou...windpiger2017-03-101-41/+65
* [SPARK-19893][SQL] should not run DataFrame set oprations with map typeWenchen Fan2017-03-102-8/+25
* [SPARK-19786][SQL] Facilitate loop optimizations in a JIT compiler regarding ...Kazuaki Ishizaki2017-03-101-0/+16
* [SPARK-19008][SQL] Improve performance of Dataset.map by eliminating boxing/u...Kazuaki Ishizaki2017-03-092-6/+167
* [SPARK-19611][SQL] Introduce configurable table schema inferenceBudde2017-03-091-82/+0
* [SPARK-19861][SS] watermark should not be a negative time.uncleGen2017-03-091-0/+23
* [SPARK-19715][STRUCTURED STREAMING] Option to Strip Paths in FileSourceLiwei Lin2017-03-091-2/+20
* [SPARK-19763][SQL] qualified external datasource table location stored in cat...windpiger2017-03-094-21/+46
* [SPARK-19235][SQL][TESTS] Enable Test Cases in DDLSuite with Hive MetastoreXiao Li2017-03-082-191/+270
* [SPARK-19813] maxFilesPerTrigger combo latestFirst may miss old files in comb...Burak Yavuz2017-03-081-33/+49
* [SPARK-15463][SQL] Add an API to load DataFrame from Dataset[String] storing CSVhyukjinkwon2017-03-081-0/+27
* [SPARK-19540][SQL] Add ability to clone SparkSession wherein cloned session h...Kunal Khamar2017-03-084-12/+209
* [SPARK-19858][SS] Add output mode to flatMapGroupsWithState and disallow inva...Shixiong Zhu2017-03-083-54/+35
* [SPARK-19727][SQL] Fix for round function that modifies original columnWojtek Szymanski2017-03-081-0/+12
* [SPARK-19864][SQL][TEST] provide a makeQualifiedPath functions to optimize so...windpiger2017-03-082-11/+14
* [SPARK-19601][SQL] Fix CollapseRepartition rule to preserve shuffle-enabled R...Xiao Li2017-03-081-4/+5
* [SPARK-19865][SQL] remove the view identifier in SubqueryAliasjiangxingbo2017-03-081-3/+0
* [SPARK-17080][SQL] join reorderwangzhenhua2017-03-081-1/+1
* [SPARK-19693][SQL] Make the SET mapreduce.job.reduces automatically converted...Yuming Wang2017-03-081-0/+12