[
https://issues.apache.org/jira/browse/IGNITE-17027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Luchnikov Alexander updated IGNITE-17027:
-----------------------------------------
Description:
Description of the case, in some environment, the DML operation does not delete
all data (this DML delete operation is an example). To reproduce the problem,
you must:
# Create a table with a varchar field.
# Create an index on the given field.
# Fill the table with data, use int as the value.
# Delete data by specifying in the DML operation, as a condition, an indexed
value, without String.valueOf(intValue)
The reproducer( [^IndexSetArgsAndCastTest.patch] ) shows this behavior in
indexOnAutocastOff() test.
was:
Description of the case, in some environment, the DML operation does not delete
all data (this DML delete operation is an example). To reproduce the problem,
you must:
# Create a table with a varchar field.
# Create an index on the given field.
# Fill the table with data.
# Delete data by specifying in the DML operation, as a condition, an indexed
value.
The reproducer( [^IndexSetArgsAndCastTest.patch] ) shows this behavior in
indexOnAutocastOff() test.
> Incorrect result of the DML delete operation, in some environment
> ------------------------------------------------------------------
>
> Key: IGNITE-17027
> URL: https://issues.apache.org/jira/browse/IGNITE-17027
> Project: Ignite
> Issue Type: Bug
> Reporter: Luchnikov Alexander
> Priority: Minor
> Labels: ise
> Attachments: IndexSetArgsAndCastTest.patch
>
>
> Description of the case, in some environment, the DML operation does not
> delete all data (this DML delete operation is an example). To reproduce the
> problem, you must:
> # Create a table with a varchar field.
> # Create an index on the given field.
> # Fill the table with data, use int as the value.
> # Delete data by specifying in the DML operation, as a condition, an indexed
> value, without String.valueOf(intValue)
> The reproducer( [^IndexSetArgsAndCastTest.patch] ) shows this behavior in
> indexOnAutocastOff() test.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)