Open pajaks opened 1 year ago
Might relate to https://issues.apache.org/jira/browse/HADOOP-18580
@ebyhr @findinpath https://github.com/trinodb/trino/pull/17038#discussion_r1175891501, the code mentioned here would fix 17012
issue, should i create a separate PR for this?
The aforementioned fix also handles absolute path reading
as well as special characters in partition values
.
Is this fix on the roadmap, and do you have a ETA? We're trying to use delta lake connector with ADLS and have a large number of partitioned files generated by Spark with special characters. Removing the special characters will not work for us since there are too many files
Inserting values with special characters into partition column causing select to fail with FileNotFoundException.
Test case for reference: https://github.com/pajaks/trino/pull/8/files#diff-5053d5f66df3044008495f77d7722a7785aef8bd22c26e5b4f95819cb82c31a4R1708-R1728