This is an automated email from the ASF dual-hosted git repository.

gian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new e518840df2e Lookup values should use the default engine (#18865)
e518840df2e is described below

commit e518840df2ea53ff22889aba9f76367729a06f6e
Author: Vadim Ogievetsky <[email protected]>
AuthorDate: Mon Dec 22 22:04:36 2025 +0000

    Lookup values should use the default engine (#18865)
---
 .../lookup-values-table/lookup-values-table.tsx                          | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/web-console/src/dialogs/lookup-table-action-dialog/lookup-values-table/lookup-values-table.tsx
 
b/web-console/src/dialogs/lookup-table-action-dialog/lookup-values-table/lookup-values-table.tsx
index ebdb2ef4bdf..dc2cd81b1e6 100644
--- 
a/web-console/src/dialogs/lookup-table-action-dialog/lookup-values-table/lookup-values-table.tsx
+++ 
b/web-console/src/dialogs/lookup-table-action-dialog/lookup-values-table/lookup-values-table.tsx
@@ -45,7 +45,6 @@ export const LookupValuesTable = React.memo(function 
LookupValuesTable(
       return await queryDruidSql<LookupRow>(
         {
           query: `SELECT "k", "v" FROM ${N('lookup').table(lookupId)} LIMIT 
5000`,
-          context: { engine: 'native' },
         },
         signal,
       );


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to