This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch trino-435
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git


The following commit(s) were added to refs/heads/trino-435 by this push:
     new 7fee8751c08 [bigquery] Fix the serialization issue of the 
isPushdownSupported variable in the BigQueryColumnHandle class. (#231)
7fee8751c08 is described below

commit 7fee8751c084fae7e92b33ce9cb690f7c12f4a13
Author: Tiewei Fang <[email protected]>
AuthorDate: Tue Jul 23 10:06:00 2024 +0800

    [bigquery] Fix the serialization issue of the isPushdownSupported variable 
in the BigQueryColumnHandle class. (#231)
---
 .../src/main/java/io/trino/plugin/bigquery/BigQueryColumnHandle.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/plugin/trino-bigquery/src/main/java/io/trino/plugin/bigquery/BigQueryColumnHandle.java
 
b/plugin/trino-bigquery/src/main/java/io/trino/plugin/bigquery/BigQueryColumnHandle.java
index b99188dc1be..ce7d9d1f5b1 100644
--- 
a/plugin/trino-bigquery/src/main/java/io/trino/plugin/bigquery/BigQueryColumnHandle.java
+++ 
b/plugin/trino-bigquery/src/main/java/io/trino/plugin/bigquery/BigQueryColumnHandle.java
@@ -50,7 +50,7 @@ public class BigQueryColumnHandle
             @JsonProperty("name") String name,
             @JsonProperty("trinoType") Type trinoType,
             @JsonProperty("bigqueryType") StandardSQLTypeName bigqueryType,
-            @JsonProperty("isPushdownSupported") boolean isPushdownSupported,
+            @JsonProperty("pushdownSupported") boolean isPushdownSupported,
             @JsonProperty("mode") Field.Mode mode,
             @JsonProperty("subColumns") List<BigQueryColumnHandle> subColumns,
             @JsonProperty("description") String description,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to