diqiu50 commented on code in PR #9953:
URL: https://github.com/apache/gravitino/pull/9953#discussion_r2797803764
##########
trino-connector/integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-mysql/00004_query_pushdown.txt:
##########
@@ -12,35 +12,32 @@ INSERT: 15000 rows
"Trino version: %
%
- └─ TableScan[table = gt_mysql:gt_db1.customer->gt_db1.customer
gt_db1.customer limit=10 columns=[custkey:bigint:BIGINT]]
+ %TableScan[table = gt_mysql:gt_db1.customer->gt_db1.customer
gt_db1.customer limit=10 columns=[custkey:bigint:BIGINT]]
Layout: [custkey:bigint]
%
"
"Trino version: %
%
- └─ ScanFilter[table = gt_mysql:gt_db1.customer->gt_db1.customer
gt_db1.customer, filterPredicate = ""$like""(""phone"",
""$literal$""(from_base64('DgAAAFZBUklBQkxFX1dJRFRIAQAAAAEAAAALAAAAAAsAAAAGAAAAJTIzNDIlAA==')))]
- Layout: [custkey:bigint, name:varchar(25), address:varchar(40),
nationkey:bigint, phone:varchar(15), acctbal:decimal(12,2),
mktsegment:varchar(10), comment:varchar(117)]
+ %ScanFilter[table = gt_mysql:gt_db1.customer->gt_db1.customer
gt_db1.customer%like%phone%]
Review Comment:
Yes
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]