我正在尝试在 AWS Glue for Athena 中的分区列上创建索引。我不断收到错误:
Unable to complete request to create index.
InvalidInputException (status: 400): Partition index not supported for the given partition key type.
列类型为varchar(50)。我尝试将其更改为字符串,但我继续收到相同的错误消息。我添加了一个参数:{partition_filtering.enabled:true}。
我做错了什么?我是否缺少表属性?
我尝试更改列数据类型,并向表添加属性。
列分区值是布尔值。这阻止了我们创建索引,即使是在非布尔值上也是如此。