You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reason: liquibase.exception.DatabaseException: [Databricks]JDBCDriver ERROR processing query/statement. Error Code: 0, SQL state: 42601, Query: CREATE TAB***, Error message from Server: org.apache.hive.service.cli.HiveSQLException: Error running query: [PARSE_SYNTAX_ERROR] org.apache.spark.sql.catalyst.parser.ParseException:
[PARSE_SYNTAX_ERROR] Syntax error at or near '<'.(line 1, pos 75)
when a column is generated it's build like : STRUCT<TYPE:(255), but when you try to update your Changelog to databricks it doesnt work because of the size of column, if you remove "(255)" liquibase update on databricks works
The text was updated successfully, but these errors were encountered:
Reason: liquibase.exception.DatabaseException: [Databricks]JDBCDriver ERROR processing query/statement. Error Code: 0, SQL state: 42601, Query: CREATE TAB***, Error message from Server: org.apache.hive.service.cli.HiveSQLException: Error running query: [PARSE_SYNTAX_ERROR] org.apache.spark.sql.catalyst.parser.ParseException:
[PARSE_SYNTAX_ERROR] Syntax error at or near '<'.(line 1, pos 75)
when a column is generated it's build like : STRUCT<TYPE:(255), but when you try to update your Changelog to databricks it doesnt work because of the size of column, if you remove "(255)" liquibase update on databricks works
The text was updated successfully, but these errors were encountered: