You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the query select version from schema_migrations order by version ASC in the sharded mode returns the error ERROR 1105 (HY000): types are not comparable: VARCHAR vs VARCHAR. This query support is required for rails compatibility.
Reproduction Steps
The issue can be reproduced by having a table with varchar columns in a sharded keyspace and trying to select that column in ascending order.
Overview of the Issue
Running the query
select version from schema_migrations order by version ASC
in the sharded mode returns the errorERROR 1105 (HY000): types are not comparable: VARCHAR vs VARCHAR
. This query support is required for rails compatibility.Reproduction Steps
The issue can be reproduced by having a table with varchar columns in a sharded keyspace and trying to select that column in ascending order.
For example
The text was updated successfully, but these errors were encountered: