Skip to content

Commit e518840

Browse files
authored
Lookup values should use the default engine (#18865)
1 parent 86aa058 commit e518840

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web-console/src/dialogs/lookup-table-action-dialog/lookup-values-table/lookup-values-table.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export const LookupValuesTable = React.memo(function LookupValuesTable(
4545
return await queryDruidSql<LookupRow>(
4646
{
4747
query: `SELECT "k", "v" FROM ${N('lookup').table(lookupId)} LIMIT 5000`,
48-
context: { engine: 'native' },
4948
},
5049
signal,
5150
);

0 commit comments

Comments
 (0)