From 560928944cc419410aea5b007e6b1504dd17c5c1 Mon Sep 17 00:00:00 2001 From: Peiwen Hu Date: Thu, 9 Nov 2023 20:57:20 -0500 Subject: [PATCH] Update quick_start.md to fix the time of udf2 --- getting_started/quick_start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getting_started/quick_start.md b/getting_started/quick_start.md index 9ea52763..500a126a 100644 --- a/getting_started/quick_start.md +++ b/getting_started/quick_start.md @@ -269,7 +269,7 @@ run_binary( "--output_path", "$(location DELTA_0000000000000003)", "--logical_commit_time", - "2", + "1800000000", ], tool = "//tools/udf/udf_generator:udf_delta_file_generator", ) @@ -293,7 +293,7 @@ curl -X PUT http://localhost:51052/v2/getvalues -d "$BODY" Query with Protected Audience Chrome V1 API: ```sh -curl http://localhost:51052/v1/getvalues?keys=example_key&hostname=example.com +curl 'http://localhost:51052/v1/getvalues?keys=example_key&hostname=example.com' ``` ## Further steps