File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
crates/connectors/ndc-calcite/src Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -921,12 +921,12 @@ pub fn parse_query<'a>(
921
921
922
922
query_components. select = Some ( select_clause. join ( "," ) ) ;
923
923
query_components. join = join_clause;
924
- query_components. variables_cte = variables_cte;
925
-
926
- query_components. order_by = Some ( order_by ( query) . join ( ", " ) ) ;
927
- query_components. pagination = Some ( pagination ( query) . join ( " " ) ) ;
928
- query_components. predicates = Some ( predicates) ;
929
924
}
930
925
926
+ query_components. order_by = Some ( order_by ( query) . join ( ", " ) ) ;
927
+ query_components. pagination = Some ( pagination ( query) . join ( " " ) ) ;
928
+ query_components. predicates = Some ( predicates) ;
929
+ query_components. variables_cte = variables_cte;
930
+
931
931
Ok ( query_components)
932
932
}
You can’t perform that action at this time.
0 commit comments