oracle/json-in-db

Typo found in word 'timetamps'

guizo792 opened this issue · 1 comments

While using this code, I encountered a typo in the files :
YCSB/ycsb-soda/core/src/main/java/com/yahoo/ycsb/workloads/TimeSeriesWorkload.java
YCSB/ycsb-soda/core/src/main/java/site/ycsb/workloads/TimeSeriesWorkload.java

The word 'timetamps' was incorrectly used instead of 'timestamp'. I have corrected this typo and opened a pull request referencing the corresponding issue number.

This is branched from https://github.com/brianfrankcooper/YCSB so it would need to be fixed there.