Skip to content

Commit

Permalink
fix testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Oct 28, 2024
1 parent e5fb686 commit 408a4e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/test/resources/bvt/parser/bigquery/0.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
DELETE FROM `data-gojek-id-mart.risk_analytics.detail_suspicious_key` AS a
DELETE FROM `data-c-id-mart.x.b` AS a
--------------------
DELETE FROM `data-gojek-id-mart.risk_analytics.detail_suspicious_key` a
DELETE FROM `data-c-id-mart.x.b` a
------------------------------------------------------------------------------------------------------------------------
SELECT case when contains(u.roles[company_id_cross], 'report_reader') then 1 else 0 end is_report_reader from t1
--------------------
Expand Down

0 comments on commit 408a4e9

Please sign in to comment.