Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Some changes to json-doc and implementation of jn:members#85

Closed
pavlopoul wants to merge 10 commits intoapache:masterfrom
pavlopoul:christina/parser
Closed

Some changes to json-doc and implementation of jn:members#85
pavlopoul wants to merge 10 commits intoapache:masterfrom
pavlopoul:christina/parser

Conversation

@pavlopoul
Copy link
Copy Markdown
Contributor

No description provided.

<!-- jn:json-doc($uri as xs:string?) as document-node()? -->
<function name="jn:json-doc">
<param name="uri" type="xs:string?"/>
<return type="item()"/>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be a json-item()?

<!-- jn:json-doc($uri as xs:string?) as document-node()? -->
<function name="jn:json-doc">
<param name="uri" type="xs:string?"/>
<return type="json-item()"/>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that this should return a json-item()?.


public static void readInDocFromPointable(UTF8StringPointable stringp, ByteBufferInputStream bbis,
DataInputStream di, ArrayBackedValueStorage abvs, XMLParser parser) throws HyracksDataException {
DataInputStream di, ArrayBackedValueStorage abvs, IParser parser)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only through HyracksDataException.

@prestoncarman
Copy link
Copy Markdown
Contributor

Once you fix the exceptions, please squash the commit.

@prestoncarman
Copy link
Copy Markdown
Contributor

I believe this change has been merged under a different pull request.

@pavlopoul pavlopoul closed this Jul 12, 2016
@pavlopoul pavlopoul deleted the christina/parser branch July 12, 2016 21:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants