Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong escape character in avro.schema.url #150

Open
yiannis-gkoufas opened this issue Oct 24, 2023 · 0 comments
Open

Wrong escape character in avro.schema.url #150

yiannis-gkoufas opened this issue Oct 24, 2023 · 0 comments

Comments

@yiannis-gkoufas
Copy link

When doing the export from hive to S3 it creates the following:

WITH SERDEPROPERTIES (
  'avro.schema.url'='s3\\://bucket/directory/_schema.avsc')

and this cannot be parsed correctly
Is it possible to fix to avoid that? Because when I replace with:

WITH SERDEPROPERTIES (
  'avro.schema.url'='s3://bucket/directory/_schema.avsc')

it works as expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant