From 661d216c678af18d79be04081dd36b18caf1fb3d Mon Sep 17 00:00:00 2001 From: mmotoyama Date: Sat, 14 Dec 2024 00:35:47 +0000 Subject: [PATCH] Prepare for v3.2.0 release This CL bumps the minor version of the BQJDBC driver. In a recently merged PR[0], we added the ability to configure a default dataset project id, which is used in conjunction with the dataset id to locate unqualified table references. We added this new capability in a backwards compatible manner. [0] https://github.com/looker-open-source/bqjdbc/pull/201 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9f6707eb..b96293f0 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ to a groupId that we have ownership over --> com.google.looker-open-source bqjdbc - 3.1.1 + 3.2.0 Big Query over JDBC A simple JDBC driver, to reach Google's BigQuery