Hi, we are upgrading to pinot 5 and wanted to chan...
# troubleshooting
e
Hi, we are upgrading to pinot 5 and wanted to change table schemas to use date time field instead of time field spec. Can we just post to schema endpoint or will we have to create new tables?
n
there’s some checks during the update, which will prevent backward compatible changes. And changing the field type (from TIME to DATETIME) will be considered backward incompatible. As of now the options would be - create new table, or let it be as it is
👍 1
*backward incompatible
e
Yep, thanks! This really helps:)
👌 1