You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a workaround, user can backtick the entire column name with dots. I quick verified that this works for both skipping index building and query write. Here is the sample query:
CREATE SKIPPING INDEX ON glue.default.amazon_vpc_flow (
accountid BLOOM_FILTER,
region VALUE_SET,
severity_id VALUE_SET,
`src_endpoint.ip` BLOOM_FILTER,
`dst_endpoint.ip` BLOOM_FILTER,
...
What is the bug?
Create Skipping Index statement does not support multiple part identifier
How can one reproduce the bug?
What is the expected behavior?
create index sucessfully
What is your host/environment?
The text was updated successfully, but these errors were encountered: