delta
delta copied to clipboard
[MINOR] Code Cleanup / Refactoring
trafficstars
Code Cleanup / Refactoring:
- Use vals (not vars)
- Fix scaladocs
- Use constants
- Check table availability with txn.deltaLog.tableExists (not txn.readVersion > -1)
- Import reorg
- Remove unused values
How was this patch tested?
./build/sbt clean package test:compile./build/sbt clean '++ 2.13.5 ; package ; test:compile'
Waiting for the repo build to execute the entire testsuite.
Does this PR introduce any user-facing changes?
No
@scottsand-db Please review 🙏
Hey @scottsand-db, can I have your attention to this PR, please? Let me know if there's anything to make things easier and have it merged.