Tal Sheldon
10/03/2023, 8:31 AMException in thread "main" java.lang.RuntimeException: JavaCodeSplitter failed. This is a bug. Please file an issue.
It’s a POC for a flink query that is quite big - 2MiB in size.
It’s doing a a UNION ALL on 100 kafka tables (topics), and to align them all in the same schema - I added CASET(NULL AS STRING) AS X
(so it adds up to 300 field selects on each table).
I’m having trouble troubleshooting this, since it’s working when doing on 3 tables, but doesn’t work on all 100.
Any suggestions?Martijn Visser
10/03/2023, 12:17 PMMartijn Visser
10/03/2023, 12:18 PMTal Sheldon
10/03/2023, 12:18 PMMartijn Visser
10/03/2023, 12:19 PM