Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2023 09:55 AM
That doesn't work for me, I get the following error:
[PARSE_SYNTAX_ERROR] Syntax error at or near 'GENERATED'(line 2, pos 32).
It sounds like delta lake generated columns have to be based on other columns in the table:
Delta Lake supports generated columns which are a special type of column whose values are automatically generated based on a user-specified function over other columns in the Delta table.