H3_NOT_ENABLED error class
SQLSTATE: none assigned
<h3Expression>
is disabled or unsupported. Consider enabling Photon or switch to a tier that supports H3 expressions
Parameters
- h3Expression: An H3-related expression.
Explanation
H3 expressions are only supported in Photon-enabled clusters and Databricks SQL warehouses at the Databricks SQL pro and serverless tiers.
Mitigation
Use a Photon-enabled cluster or a Databricks SQL warehouse at the Databricks SQL pro or serverless tier.
Examples
SQL
-- The following with happen in a notebook where Photon is not enabled.
> SELECT h3_resolution('85283473fffffff')
[H3_NOT_ENABLED] h3_resolution is disabled or unsupported. Consider enabling Photon or switch to a tier that supports H3 expressions
Functions emitting the error class
h3_boundaryasgeojson
functionh3_boundaryaswkb
functionh3_boundaryaswkt
functionh3_centerasgeojson
functionh3_centeraswkb
functionh3_centeraswkt
functionh3_compact
functionh3_coverash3
functionh3_coverash3string
functionh3_distance
functionh3_h3tostring
functionh3_hexring
functionh3_ischildof
functionh3_ispentagon
functionh3_isvalid
functionh3_kring
functionh3_kringdistances
functionh3_longlatash3
functionh3_longlatash3string
functionh3_maxchild
functionh3_minchild
functionh3_pointash3
functionh3_pointash3string
functionh3_polyfillash3
functionh3_polyfillash3string
functionh3_resolution
functionh3_stringtoh3
functionh3_tochildren
functionh3_toparent
functionh3_try_distance
functionh3_try_polyfillash3
functionh3_try_polyfillash3string
functionh3_try_validate
functionh3_uncompact
functionh3_validate
function