From 757b661ef4c0a81f564ecdec17317fcdb07faca6 Mon Sep 17 00:00:00 2001 From: Tom Caruso Date: Fri, 1 Dec 2023 10:38:57 -0500 Subject: [PATCH] complete sentence --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4941b11..e13e995 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ Then you need to start a Trino shell: docker exec -it trino trino ``` -...and paste in the contents of [`./sql/trino_compat.sql`](./sql/trino_compat.sql). This will provide SQL UDFs that implement a bunch of BigQ +...and paste in the contents of [`./sql/trino_compat.sql`](./sql/trino_compat.sql). This will provide SQL UDFs which mirror a bunch of BigQuery's built in functions. Then you can run `joinery` with: