Skip to content

Commit da75e67

Browse files
x (#301)
Co-authored-by: luofucong <luofc@foxmail.com>
1 parent acda5d9 commit da75e67

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

datafusion-pg-catalog/src/sql/rules.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ impl RewriteRegclassCastToSubqueryVisitor {
462462
data_type,
463463
expr: inner_expr,
464464
format: _,
465+
..
465466
} = expr
466467
{
467468
if *kind == CastKind::DoubleColon {
@@ -480,6 +481,7 @@ impl RewriteRegclassCastToSubqueryVisitor {
480481
data_type,
481482
expr: _,
482483
format: _,
484+
..
483485
} = expr
484486
{
485487
if *kind == CastKind::DoubleColon {
@@ -496,6 +498,7 @@ impl RewriteRegclassCastToSubqueryVisitor {
496498
data_type,
497499
expr: inner_expr,
498500
format: _,
501+
..
499502
} = expr
500503
{
501504
if *kind == CastKind::DoubleColon {
@@ -506,6 +509,7 @@ impl RewriteRegclassCastToSubqueryVisitor {
506509
data_type: inner_data_type,
507510
expr: inner_inner_expr,
508511
format: _,
512+
..
509513
} = inner_expr.as_ref()
510514
{
511515
if *inner_kind == CastKind::DoubleColon {

0 commit comments

Comments
 (0)