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

Operators need to handle mapping to SPL reserved keywords #72

Closed
cancilla opened this issue Dec 17, 2016 · 2 comments
Closed

Operators need to handle mapping to SPL reserved keywords #72

cancilla opened this issue Dec 17, 2016 · 2 comments

Comments

@cancilla
Copy link

If a JSON document contains keys that are reserved words in SPL, there is currently no way to map those key/value pairs into an SPL attribute.

For example, suppose I have the following JSON:

    {"type" : "a", "class" : "b"}

Since "type" and "class" are reserved words in SPL, you cannot have a schema that contains attributes with those names (i.e. tuple<rstring type, rstring class> is not valid).

The operators need to either handle the mapping of reserved key names (i.e. automatically map key "type" to something such as SPL attribute "type_") or allow the user to provide a custom mapping.

@markheger
Copy link
Member

Operators should handle this similar to the XML parse operator with the ignorePrefix parameter

schubon pushed a commit that referenced this issue Sep 4, 2017
support JSON with reserved SPL keywords: issue #12 and #72
@schubon
Copy link
Member

schubon commented Sep 7, 2017

Closing after merge of Mark's changes.

@schubon schubon closed this as completed Sep 7, 2017
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

3 participants