Skip to content

Commit

Permalink
synthetic score column starts with +:!
Browse files Browse the repository at this point in the history
  • Loading branch information
jbellis committed Nov 25, 2024
1 parent cf8d019 commit 03036e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/org/apache/cassandra/schema/ColumnMetadata.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public boolean isPrimaryKeyKind()
}
}

public static final ColumnIdentifier SYNTHETIC_SCORE_ID = ColumnIdentifier.getInterned("+ds+score", true);
public static final ColumnIdentifier SYNTHETIC_SCORE_ID = ColumnIdentifier.getInterned("+:!score", true);

/**
* Whether this is a dropped column.
Expand Down

0 comments on commit 03036e4

Please sign in to comment.