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
Illegal character in path at index 18: s3a://bucket/data/`backticked.name`
java.net.URISyntaxException: Illegal character in path at index 18: s3a://bucket/data/`backticked.name`
at java.net.URI$Parser.fail(URI.java:2873)
at java.net.URI$Parser.checkChars(URI.java:3046)
at java.net.URI$Parser.parseHierarchical(URI.java:3130)
at java.net.URI$Parser.parse(URI.java:3078)
at java.net.URI.<init>(URI.java:588)
at za.co.absa.atum.utils.InfoFile$.convertFullPathToFsAndRelativePath(InfoFile.scala:45)
Expected result:
The method shouldn't fail. Backtick is a valid path char in this context.
The text was updated successfully, but these errors were encountered:
Repro steps:
Error:
Expected result:
The method shouldn't fail. Backtick is a valid path char in this context.
The text was updated successfully, but these errors were encountered: