Skip to content

Commit 57eb415

Browse files
committed
in work
1 parent cf6659e commit 57eb415

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/cubejs-backend-native/src/node_export.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ use crate::stream::OnDrainHandler;
2121
use crate::tokio_runtime_node;
2222
use crate::transport::NodeBridgeTransport;
2323
use crate::utils::{batch_to_rows, NonDebugInRelease};
24-
use cubenativeutils::wrappers::neon::inner_types::NeonInnerTypes;
2524
use cubenativeutils::wrappers::neon::neon_guarded_funcion_call;
2625
use cubenativeutils::wrappers::NativeContextHolder;
2726
use cubesqlplanner::cube_bridge::base_query_options::NativeBaseQueryOptions;

packages/cubejs-schema-compiler/test/unit/base-query.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ describe('SQL Generation', () => {
10121012
relationship: 'one_to_one'
10131013
},
10141014
}`
1015-
}).replace('sql: `${CUBE}.location = \'San Francisco\'`', 'sql: `${FILTER_PARAMS.cardsA.location.filter(\'location\')}`'),
1015+
}).replace(`sql: \`\${CUBE}.location = 'San Francisco'\``, `sql: \`\${FILTER_PARAMS.cardsA.location.filter('location')}\``),
10161016
createCubeSchema({
10171017
name: 'cardsB',
10181018
sqlTable: 'card2_tbl',

0 commit comments

Comments
 (0)