Skip to content

Wrong escape character in avro.schema.url #150

@yiannis-gkoufas

Description

@yiannis-gkoufas

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions