Export - CSV (All fields)
Export - CSV (Current fields)
- SPARK-14398
Audit non-reserved keyword list in ANTLR4 parser. - SPARK-14213
Migrate HiveQl parsing to ANTLR4 parser - SPARK-14211
Remove ANTLR3 based parser - SPARK-14086
Add DDL commands to ANTLR4 Parser - SPARK-13713
Replace ANTLR3 SQL parser by a ANTLR4 SQL parser - SPARK-13206
Subquery Alias in Hive Parser - SPARK-12968
Implement command to set current database - SPARK-12924
Make Token pattern matching in the parser case insensitive - SPARK-12889
Rename ParserDialect -> ParserInterface - SPARK-12866
Migrate the ExtendedHiveQlParser to the new parser - SPARK-12865
Migrate the SparkSQLParser to the new parser - SPARK-12855
Remove parser pluggability - SPARK-12848
Parse numbers as decimals rather than doubles - SPARK-12772
Better error message for syntax error in the SQL parser - SPARK-12745
Limit is not supported inside Set Operation - SPARK-12715
Improve test coverage - SPARK-12689
Migrate DDL parsing to the newly absorbed parser - SPARK-12687
Support from clause surrounded by `()` - SPARK-12681
Split IdentifiersParser.g to avoid single huge java source - SPARK-12578
Parser should not silently ignore the distinct keyword used in an aggregate function when OVER clause is used - SPARK-12577
better support of parentheses in partition by and order by clause of window function's over clause - SPARK-12576
Enable expression parsing (used in DataFrames) - SPARK-12575
Grammar parity with existing SQL parser - SPARK-12574
Move parser from hive module to catalyst (or sql-core) module - SPARK-12573
Add acknowledge that the parser was initially from Hive - SPARK-12572
Initial import of the Hive parser
{"errorMessages":["jqlTooComplex"],"errors":{}}
[{"id":-1,"name":"My open issues","jql":"assignee = currentUser() AND resolution = Unresolved order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-2,"name":"Reported by me","jql":"reporter = currentUser() order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":true},{"id":-4,"name":"All issues","jql":"order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-5,"name":"Open issues","jql":"resolution = Unresolved order by priority DESC,updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-9,"name":"Done issues","jql":"statusCategory = Done order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-3,"name":"Viewed recently","jql":"issuekey in issueHistory() order by lastViewed DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-6,"name":"Created recently","jql":"created >= -1w order by created DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-7,"name":"Resolved recently","jql":"resolutiondate >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false},{"id":-8,"name":"Updated recently","jql":"updated >= -1w order by updated DESC","isSystem":true,"sharePermissions":[],"requiresLogin":false}]
0.3
0