nateab commented on PR #22313:
URL: https://github.com/apache/flink/pull/22313#issuecomment-1492517797
@zentol thanks for the info, I spoke with @pnowojski and we are happy to try
to get this merged in 1.17 and leave master for now.
I looked at your alternate solution from the jira
> Bundling json-path in the table-planner also does the trick btw; at least
for the kafka tests.
and tried adding
```
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>${jsonpath.version}</version>
</dependency>
```
in various poms like in `flink-table-planner-loader-bundle`,
`flink-table-planner-loader`, `flink-table-planner_${scala.binary.version}`
but wasn't able to get the kafka table ITCases to pass, am i missing something?
For development it's great though that we have a few workarounds available.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]