Skip to content

Commit 568a6e5

Browse files
committed
Fix test
1 parent baa8573 commit 568a6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go-pinot-api_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ func handleGetTableConfig(w http.ResponseWriter, r *http.Request) {
403403
"dropOutOfOrderRecord":false,
404404
"hashFunction":"NONE",
405405
"defaultPartialUpsertStrategy":"OVERWRITE",
406-
"metadataTTL":0.0,
406+
"metadataTTL":84600,
407407
"deletedKeysTTL":0.0,
408408
"enablePreload":false,
409409
"enableSnapshot":true

0 commit comments

Comments
 (0)