[MCOL-4375] Function convert_tz not supported Created: 2020-11-02 Updated: 2021-12-29 Resolved: 2021-02-20 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | N/A |
| Affects Version/s: | 1.5.2 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | David Hill (Inactive) | Assignee: | David Hall (Inactive) |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 2021-3 | ||||||||
| Description |
|
Recieved this error CREATE or replace ALGORITHM=UNDEFINED VIEW vrfps AS > select * from vrfps; sql statement in following commands |
| Comments |
| Comment by David Hill (Inactive) [ 2020-11-18 ] | ||||||||||
|
Associated issue reported by same customer and they are reporting as Blocking.. Adding to this issue another related issue. New cluster created, testing. Our ETL scripts failed in the same place, at the use of the convert_tz function when defining a view. However, all the tables were available from all pm nodes in the cluster. So, progress. | ||||||||||
| Comment by David Hill (Inactive) [ 2020-11-18 ] | ||||||||||
|
Partial Schema example: his is the table definition in RDS MySQL | ||||||||||
| Comment by Todd Stoffel (Inactive) [ 2021-02-05 ] | ||||||||||
|
I suppose if the time difference was known, (for example UTC to NYC) then you could just create the VIEW like this instead:
| ||||||||||
| Comment by Gregory Dorman (Inactive) [ 2021-02-21 ] | ||||||||||
|
I suppose you closed it prematurely.
And it is silly. The function actually is there, just doesn't like columns.
|