Fix Partition Projection storage location#16349
Conversation
plugin/trino-hive/src/test/java/io/trino/plugin/hive/BaseTestHiveOnDataLake.java
Outdated
Show resolved
Hide resolved
losipiuk
left a comment
There was a problem hiding this comment.
LGTM. But I would prefer someone with more context to take a look. @findepi @findinpath ?
ec6590a to
00694b1
Compare
plugin/trino-hive/src/test/java/io/trino/plugin/hive/BaseTestHiveOnDataLake.java
Outdated
Show resolved
Hide resolved
00694b1 to
02e9b08
Compare
ab955f1 to
9076412
Compare
plugin/trino-hive/src/main/java/io/trino/plugin/hive/aws/athena/PartitionProjectionService.java
Outdated
Show resolved
Hide resolved
plugin/trino-hive/src/test/java/io/trino/plugin/hive/BaseTestHiveOnDataLake.java
Outdated
Show resolved
Hide resolved
plugin/trino-hive/src/test/java/io/trino/plugin/hive/BaseTestHiveOnDataLake.java
Outdated
Show resolved
Hide resolved
plugin/trino-hive/src/test/java/io/trino/plugin/hive/BaseTestHiveOnDataLake.java
Outdated
Show resolved
Hide resolved
9076412 to
c1489a4
Compare
|
Seems only test job that is failing is
Similar problem can be seen on latest master builds Root cause stack trace is always the same |
Any reason this is a comment and not a top-level issue? |
Non of I know. Just wanted to be sure so I asked here: #16349 (comment)
But I assume at this stage it's a must. So just reposted this comment in your Issue. #16406 (comment) |
Description
Fix handling of
partition_projection_location_templatetable property mapped fromstorage.location.templatehive table property.Additional context and related issues
When template contained upper case characters S3 List Objects operations was not returning any objects which resulted in 0 results queries. This was caused by lowercasing Trino table property during convertion to Hive table property.
Release notes
( ) This is not user-visible or docs only and no release notes are required.
( ) Release notes are required, please propose a release note for me.
(x) Release notes are required, with the following suggested text: