conductor icon indicating copy to clipboard operation
conductor copied to clipboard

Make fields and methods protected for CassandraExecutionDAO for extensibility

Open james-deee opened this issue 2 years ago • 0 comments

Pull Request type

  • [ ] Bugfix
  • [ ] Feature
  • [ X] Refactoring (no functional changes, no api changes)
  • [ ] Build related changes (Please run ./gradlew generateLock saveLock to refresh dependencies)
  • [ ] WHOSUSING.md
  • [ ] Other (please describe):

Changes in this PR

Describe the new behavior from this PR, and why it's needed

We have our own CassandraExecutionDAO that we use that overrides some of the behavior in the regular CassandraExecutionDAO. We want to be able to extend the CassandraExecutionDAO, and still make use of fields and methods from the DAO.

james-deee avatar Sep 21 '22 17:09 james-deee