ashishm07 opened a new pull request, #7102:
URL: https://github.com/apache/ignite-3/pull/7102
The MultiTableDataStreamerExample.java fails to execute as Customers table
is missing or contains no values
Tested on : apacheignite/ignite:3.1.0
Repo : https://github.com/apache/ignite-3/tree/main/examples
Absolute Path :
examples/java/src/main/java/org/apache/ignite/example/streaming/MultiTableDataStreamerExample.java
Error : Exception in thread "main" java.lang.NullPointerException: Cannot
invoke "org.apache.ignite.table.Table.recordView()" because the return value of
"org.apache.ignite.table.IgniteTables.table(String)" is null
at
org.apache.ignite.example.streaming.MultiTableDataStreamerExample.main(MultiTableDataStreamerExample.java:68)
Solution : Added Customers and Addresses table to the the cluster
prerequisites.
--
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]