mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 02:44:59 +00:00
updated row range test
This commit is contained in:
parent
d75e9eb772
commit
76de81dacf
1 changed files with 1 additions and 1 deletions
|
|
@ -1481,7 +1481,7 @@ func TestExecutor_Execute_Sum(t *testing.T) {
|
|||
func TestExecutor_Execute_Row_Range(t *testing.T) {
|
||||
t.Run("RowIDColumnID", func(t *testing.T) {
|
||||
// Create a timestamp just out of the current date + 1 day timestamp (default end timestamp).
|
||||
nextDayExclusive := time.Now().AddDate(0, 0, 1).Add(1 * time.Hour)
|
||||
nextDayExclusive := time.Now().AddDate(0, 0, 2)
|
||||
|
||||
writeQuery := fmt.Sprintf(`
|
||||
Set(2, f=1, 1999-12-31T00:00)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue