Open jlisthood opened 6 days ago
Target release for the Voyager fix: 1.8.6 (Tentative date: 26th November). After the fix lands, Voyager will report indexes on daterange datatypes in the analyze report.
@m-iancu FYI - PTAL for the index support on daterange datatypes. cc: @prasad-rad
Jira Link: DB-13973
Description
Context: YB-Voyager Version: GIT_COMMIT_HASH=4f3afcd389cac1236f0051c38215ae360420fb3e, VERSION=1.8.5-rc1 YB Version: 2024.1.3.0
Issue: During an offline migration, the schema analysis showed no issues:
However, during schema import, I hit an issue on an index:
Turns out this is due to a table that has a constraint on a
datarange
:It seems like a bug that this issue was not found during schema analysis. Also, the error message seems odd since
daterange
is not a user-defined type in Postgres as far as I am aware - please let me know if I am mistakenIssue Type
kind/bug
Warning: Please confirm that this issue does not contain any sensitive information