Skip to content

Commit 068ee2e

Browse files
Update instructions/convert-cassandra-to-spring-data-cosmos.instructions.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c8ff5e5 commit 068ee2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instructions/convert-cassandra-to-spring-data-cosmos.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ az cosmosdb sql role assignment create \
964964
**Root Cause**: Different data distribution strategies
965965
**Solution**: Choose appropriate partition key based on query patterns, typically the most frequently queried field
966966

967-
#### Issue 9: UUID to String conversion issues
967+
#### Issue 10: UUID to String conversion issues
968968
**Problem**: Test files and controllers still using UUID types
969969
**Error**: `Cannot convert UUID to String` or type mismatch errors
970970
**Root Cause**: Not all occurrences of UUID were converted to String

0 commit comments

Comments
 (0)