Frank Lyaruu
02/10/2023, 9:52 AMCaused by: java.lang.ClassCastException: class java.util.UUID cannot be cast to class java.lang.String (java.util.UUID)
So I get a need to convert it somehow. Should I convert in the query? What should the type be of the source database?
I see some discussions here: https://issues.apache.org/jira/browse/FLINK-19869 but I’m unsure what the current situation is.Frank Lyaruu
02/11/2023, 1:20 PMCREATE TABLE chat (id: STRING) WITH (<jdbc stuff>)
does not work, as it isn’t a string. I’ve seen RAW mentioned, but that doesn’t seem to parse. Do I need to create a custom type?Андрей
05/08/2023, 8:02 AMFrank Lyaruu
05/22/2023, 6:10 AMАндрей
05/22/2023, 10:16 AMFrank Lyaruu
05/22/2023, 1:30 PM