Re: Flink Table API + Jacoco Plugin

2023-08-01 Thread Brendan Cortez
up On Tue, 18 Jul 2023 at 09:27, Brendan Cortez wrote: > Hi all! > > I'm trying to use the jacoco-maven-plugin and run unit-tests for Flink > Table API, but they fail with an error (see file error_log_flink_17.txt for > full error stacktrace in attachment): > java.lang.IllegalArgumentException:

Flink Table API + Jacoco Plugin

2023-07-17 Thread Brendan Cortez
Hi all! I'm trying to use the jacoco-maven-plugin and run unit-tests for Flink Table API, but they fail with an error (see file error_log_flink_17.txt for full error stacktrace in attachment): java.lang.IllegalArgumentException: fromIndex(2) > toIndex(0) ... I'm using: - Flink: - flink-table-ap