Use Native Query

Key Name Default Value Required

UseNativeQuery

Clear (0)0

No

Description

This option specifies whether the connector uses native Impala SQL queries, or converts the queries emitted by an application into an equivalent form in Impala SQL. If the application is Impala-aware and already emits Impala SQL, then enable this option to avoid the extra overhead of query transformation.

  • Enabled (1)1: The connector does not transform the queries emitted by an application, and executes Impala SQL queries directly.
  • Disabled (0)0: The connector transforms the queries emitted by an application and converts them into an equivalent form in Impala SQL.
Important:

Important:

When this option is enabled, the connector cannot execute parameterized queries.