From 35f1778fea8193f8faa4183207bd756fd6fdf52f Mon Sep 17 00:00:00 2001 From: Marti Motoyama Date: Mon, 16 Dec 2024 21:27:02 -0800 Subject: [PATCH] Prepare for v3.2.0 release (#202) 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