hemantrathod created IGNITE-27138:
-------------------------------------
Summary: Missing column in Person Table for QueryExample class
under table module of AI3 Examples
Key: IGNITE-27138
URL: https://issues.apache.org/jira/browse/IGNITE-27138
Project: Ignite
Issue Type: Bug
Components: examples ai3
Affects Versions: 3.1
Reporter: hemantrathod
In the
{{[QueryExample|https://github.com/apache/ignite-3/blob/main/examples/java/src/main/java/org/apache/ignite/example/table/QueryExample.java]}}
class under the {{table}} module of the AI3 Examples, the
{{[README.md|https://github.com/apache/ignite-3/tree/main?tab=readme-ov-file#apache-ignite-3]}}
instructs users to create the {{Person}} table. However, the provided table
schema in the documentation lacks the {{city_id}} column, which is required by
{{QueryExample}} for successful execution. This discrepancy causes a runtime
error when the example queries the non-existent *{{city_id}}* field. To resolve
this, the {{city_id}} column should be included in the {{Person}} table
definition as specified by the example’s requirements.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)