Export - CSV (All fields)
Export - CSV (Current fields)
- SPARK-49054
Column default value should support current_* functions - SPARK-47029
ALTER COLUMN DROP DEFAULT test fails with JSON data sources - SPARK-47026
Include coverage of JSON data sources in array/struct/map default value tests - SPARK-46879
Run optimizer on REPLACE TABLE column defaults - SPARK-46849
Run optimizer on CREATE TABLE column defaults - SPARK-46370
Fix bug when querying from table after changing defaults - SPARK-43085
Fix bug in column DEFAULT assignment for target tables with multi-part names - SPARK-43071
Support SELECT DEFAULT with ORDER BY, LIMIT, OFFSET for INSERT source relation - SPARK-43018
Fix bug with timestamp literals - SPARK-42521
Add NULL values for INSERT commands with user-specified lists of fewer columns than the target table - SPARK-42294
Include column default values in DESCRIBE output for V2 tables - SPARK-42123
Include column default values in DESCRIBE output for V1 tables - SPARK-41862
Fix a correctness bug in existence DEFAULT value lookups for the Orc data source - SPARK-40001
Add config to make DEFAULT values in JSON tables mutually exclusive with SQLConf.JSON_GENERATOR_IGNORE_NULL_FIELDS - SPARK-40000
Add config to toggle whether to automatically add default values for INSERTs without user-specified fields - SPARK-39985
Test DEFAULT column values with DataFrames - SPARK-39926
Fix bug in existence DEFAULT value lookups for non-vectorized Parquet scans - SPARK-39886
Disable DEFAULT column SQLConf until implementation is complete - SPARK-39862
Fix bug in existence DEFAULT value lookups for V2 data sources - SPARK-39844
Restrict adding DEFAULT columns for existing tables to allowlist of supported data source types - SPARK-39843
Prohibit UDF expressions in DEFAULT values for now - SPARK-39818
Fix bug in ARRAY, STRUCT, MAP types with DEFAULT values with NULL field(s) - SPARK-39643
Prohibit subquery expressions in DEFAULT values for now - SPARK-39557
Support ARRAY, STRUCT, MAP types as DEFAULT values - SPARK-39383
Support V2 data sources with DEFAULT values - SPARK-39359
Restrict DEFAULT columns to allowlist of supported data source types - SPARK-39294
Support Orc file scans with DEFAULT values - SPARK-39265
Support Parquet file scans with DEFAULT values - SPARK-39245
Support Avro file scans with DEFAULT values - SPARK-39211
Support JSON file scans with default values - SPARK-39143
Support CSV file scans with DEFAULT values - SPARK-39096
Support MERGE commands with DEFAULT values - SPARK-39078
Support UPDATE commands with DEFAULT values - SPARK-38869
Respect Table capability `ACCEPT_ANY_SCHEMA` in default column resolution - SPARK-38838
Support ALTER TABLE ALTER COLUMN commands with DEFAULT values - SPARK-38811
Support ALTER TABLE ADD COLUMN commands with DEFAULT values - SPARK-38795
Support INSERT INTO user specified column lists with DEFAULT values - SPARK-38336
Catalyst changes for DEFAULT column support - SPARK-38335
Parser changes for DEFAULT column support
{"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