Skip to content

Commit

Permalink
Update quick_start.md to fix the time of udf2
Browse files Browse the repository at this point in the history
  • Loading branch information
peiwenhu authored Nov 10, 2023
1 parent 7d50538 commit 5609289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions getting_started/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)
Expand All @@ -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
Expand Down

0 comments on commit 5609289

Please sign in to comment.