testcontainers / testcontainers/testcontainers-java
Testconainter dosent parse init script if column name is having special names
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 1.9k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 9
Description
I am using cassandra testcontainer with init type where my column/udt name is haiving start as field name
Init script fails to run even though cassandra same script run fine
create type A (
start bigint,
...
)
Is there any other workaround to execute init script ?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No repository files or tests are named. Start by reproducing the Cassandra initialization failure with a UDT field named start, then trace the Testcontainers Cassandra init entry point and compare its behavior with Cassandra directly; done means the script runs successfully or the supported workaround is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cassandra, java
- Domain
- databases, testing
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100