aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/compatibility
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-20126][SQL] Remove HiveSessionStateHerman van Hovell2017-03-281-1/+1
* [SPARK-19660][CORE][SQL] Replace the configuration property names that are de...Yuming Wang2017-02-281-4/+4
* [SPARK-18936][SQL] Infrastructure for session local timezone support.Takuya UESHIN2017-01-261-0/+5
* [MINOR][DOCS] Remove consecutive duplicated words/typo in Spark RepoNiranjan Padmanabhan2017-01-041-1/+1
* [SPARK-16904][SQL] Removal of Hive Built-in Hash Functions and TestHiveFuncti...gatorsmile2016-11-071-21/+20
* [SPARK-17258][SQL] Parse scientific decimal literals as decimalsHerman van Hovell2016-10-041-1/+3
* [SPARK-17052][SQL] Remove Duplicate Test Cases auto_join from HiveCompatibili...gatorsmile2016-09-071-24/+26
* [SPARK-17149][SQL] array.sql for testing array related functionspetermaxlee2016-08-191-2/+2
* [SPARK-16248][SQL] Whitelist the list of Hive fallback functionsReynold Xin2016-06-282-35/+12
* [SPARK-15539][SQL] DROP TABLE throw exception if table doesn't existAndrew Or2016-05-262-29/+33
* [SPARK-15425][SQL] Disallow cross joins by defaultSameer Agarwal2016-05-221-0/+4
* [SPARK-15257][SQL] Require CREATE EXTERNAL TABLE to specify LOCATIONAndrew Or2016-05-111-2/+4
* [SPARK-14773] [SPARK-15179] [SQL] Fix SQL building and enable Hive testsHerman van Hovell2016-05-101-0/+7
* [SPARK-14414][SQL] Make DDL exceptions more consistentAndrew Or2016-05-031-4/+6
* [SPARK-14991][SQL] Remove HiveNativeCommandReynold Xin2016-04-281-18/+24
* [SPARK-14130][SQL] Throw exceptions for ALTER TABLE ADD/REPLACE/CHANGE COLUMN...Yin Huai2016-04-271-17/+26
* [SPARK-14888][SQL] UnresolvedFunction should use FunctionIdentifierReynold Xin2016-04-251-1/+1
* [SPARK-14892][SQL][TEST] Disable the HiveCompatibilitySuite test case for INP...gatorsmile2016-04-251-2/+4
* [SPARK-14824][SQL] Rename HiveContext object to HiveUtilsAndrew Or2016-04-211-3/+3
* [SPARK-14720][SPARK-13643] Move Hive-specific methods into HiveSessionState a...Andrew Or2016-04-202-14/+23
* [SPARK-14592][SQL] Native support for CREATE TABLE LIKE DDL commandLiang-Chi Hsieh2016-04-141-1/+3
* [SPARK-14388][SQL] Implement CREATE TABLEAndrew Or2016-04-131-62/+66
* [SPARK-14132][SPARK-14133][SQL] Alter table partition DDLsAndrew Or2016-04-111-3/+7
* [SPARK-14396][SQL] Throw Exceptions for DDLs of Partitioned Viewsgatorsmile2016-04-051-3/+5
* [SPARK-14129][SPARK-14128][SQL] Alter table DDL commandsAndrew Or2016-04-051-4/+6
* [SPARK-14341][SQL] Throw exception on unsupported create / drop macro ddlbomeng2016-04-031-2/+4
* [SPARK-14070][SQL] Use ORC data source for SQL queries on ORC tablesTejas Patil2016-04-011-1/+7
* [SPARK-14133][SQL] Throws exception for unsupported create/drop/alter index ,...sureshthalamati2016-04-011-4/+6
* [SPARK-14119][SPARK-14120][SPARK-14122][SQL] Throw exception on unsupported D...Andrew Or2016-03-281-8/+9
* [SPARK-14137] [SPARK-14150] [SQL] Infer IsNotNull constraints from non-nullab...Sameer Agarwal2016-03-251-3/+1
* [SPARK-13919] [SQL] fix column pruning through filterDavies Liu2016-03-251-1/+3
* [SPARK-14014][SQL] Integrate session catalog (attempt #2)Andrew Or2016-03-241-10/+13
* [SPARK-14038][SQL] enable native view by defaultWenchen Fan2016-03-221-3/+6
* [SPARK-13526][SQL] Move SQLContext per-session states to new classAndrew Or2016-02-271-2/+2
* [SPARK-13486][SQL] Move SQLConf into an internal packageReynold Xin2016-02-251-1/+1
* [SPARK-13475][TESTS][SQL] HiveCompatibilitySuite should still run in PR build...Yin Huai2016-02-241-2/+0
* [SPARK-12706] [SQL] grouping() and grouping_id()Davies Liu2016-02-101-3/+5
* [SPARK-12913] [SQL] Improve performance of stat functionsDavies Liu2016-02-021-1/+3
* [SPARK-12848][SQL] Change parsed decimal literal datatype from Double to DecimalHerman van Hovell2016-01-202-6/+9
* [SPARK-12575][SQL] Grammar parity with existing SQL parserHerman van Hovell2016-01-151-1/+3
* [SPARK-12593][SQL] Converts resolved logical plan back to SQLCheng Lian2016-01-082-4/+9
* [SPARK-12480][SQL] add Hash expression that can calculate hash value for a gr...Wenchen Fan2016-01-041-0/+3
* [SPARK-12362][SQL][WIP] Inline Hive ParserHerman van Hovell2016-01-011-4/+6
* Revert "[SPARK-12362][SQL][WIP] Inline Hive Parser"Reynold Xin2015-12-301-6/+4
* [SPARK-12362][SQL][WIP] Inline Hive ParserNong Li2015-12-291-4/+6
* [SPARK-8641][SQL] Native Spark Window functionsHerman van Hovell2015-12-171-2/+8
* [SPARK-9034][SQL] Reflect field names defined in GenericUDTFnavis.ryu2015-11-021-0/+1
* [SPARK-9298][SQL] Add pearson correlation aggregation functionLiang-Chi Hsieh2015-11-011-2/+5
* [SPARK-10641][SQL] Add Skewness and Kurtosis Supportsethah2015-10-291-1/+0
* [SPARK-10151][SQL] Support invocation of hive macronavis.ryu2015-10-211-0/+1