I am working a seatunnel sink and it will check information_schema.tables
SELECT TABLE_NAME FROM information_schema.tables
WHERE TABLE_CATALOG = 'internal' AND TABLE_SCHEMA = ? AND TABLE_NAME = ?
ORDER BY TABLE_NAME
I hit error "Caused by: java.sql.BatchUpdateException: Code: 46. DB::Exception: Unknown function multiIf. Maybe you meant: ['multi_if','multiply']. (UNKNOWN_FUNCTION) (version 1.5.15)"
I guess there is an issue for the view definition.
PR checklist:
Did you run ClangFormat ?
Did you separate headers to a different section in existing community code base ?
Did you surround proton: starts/ends for new code in existing community code base ?
Please write user-readable short description of the changes:
I am working a seatunnel sink and it will check information_schema.tables
I hit error "Caused by: java.sql.BatchUpdateException: Code: 46. DB::Exception: Unknown function multiIf. Maybe you meant: ['multi_if','multiply']. (UNKNOWN_FUNCTION) (version 1.5.15)"
I guess there is an issue for the view definition.
PR checklist:
proton: starts/ends
for new code in existing community code base ?Please write user-readable short description of the changes: