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

ARROW-299: Use absolute namespace in macros #142

Closed
wants to merge 1 commit into from

Conversation

xhochy
Copy link
Member

@xhochy xhochy commented Sep 21, 2016

No description provided.

Change-Id: I8e58fb49c24737d301d8bc3718a269be1622c215
@julienledem
Copy link
Member

+1

@asfgit asfgit closed this in 430bd95 Sep 21, 2016
wesm pushed a commit to wesm/arrow that referenced this pull request Sep 2, 2018
Working version but still some minor stuff to clean up (but I'd be happy for comments).

Had to change the Encoder interface to make it work with dictionary encoding. Also dictionary encoded RowGroups are currently limited to a single DataPage.

Author: Uwe L. Korn <uwelk@xhochy.com>

Closes apache#142 from xhochy/parquet-666 and squashes the following commits:

95e4753 [Uwe L. Korn] Fix PARQUET-591 and get make more use of WriterProperties
8f5b2bb [Uwe L. Korn] Comment out unused private variable
32adfd9 [Uwe L. Korn] Remove compression code duplication
6804e2a [Uwe L. Korn] Remove deprecated TODO
0d58ef2 [Uwe L. Korn] Pass DictionaryPage objects to the page writer
95fdccd [Uwe L. Korn] Get rid of temporarly created struct
cce17f9 [Uwe L. Korn] Store serialised pages
2841494 [Uwe L. Korn] Remove unsigned/signed comparison
7ce98ca [Uwe L. Korn] Store pages in RAM until the end of the column
17533bf [Uwe L. Korn] Remove code duplication
a3b4043 [Uwe L. Korn] PARQUET-666: Add support for writing dictionaries
wesm pushed a commit to wesm/arrow that referenced this pull request Sep 4, 2018
Working version but still some minor stuff to clean up (but I'd be happy for comments).

Had to change the Encoder interface to make it work with dictionary encoding. Also dictionary encoded RowGroups are currently limited to a single DataPage.

Author: Uwe L. Korn <uwelk@xhochy.com>

Closes apache#142 from xhochy/parquet-666 and squashes the following commits:

95e4753 [Uwe L. Korn] Fix PARQUET-591 and get make more use of WriterProperties
8f5b2bb [Uwe L. Korn] Comment out unused private variable
32adfd9 [Uwe L. Korn] Remove compression code duplication
6804e2a [Uwe L. Korn] Remove deprecated TODO
0d58ef2 [Uwe L. Korn] Pass DictionaryPage objects to the page writer
95fdccd [Uwe L. Korn] Get rid of temporarly created struct
cce17f9 [Uwe L. Korn] Store serialised pages
2841494 [Uwe L. Korn] Remove unsigned/signed comparison
7ce98ca [Uwe L. Korn] Store pages in RAM until the end of the column
17533bf [Uwe L. Korn] Remove code duplication
a3b4043 [Uwe L. Korn] PARQUET-666: Add support for writing dictionaries

Change-Id: I72a4dfcd9f17159d338ed78f9bf20ff6106dcbf2
wesm pushed a commit to wesm/arrow that referenced this pull request Sep 6, 2018
Working version but still some minor stuff to clean up (but I'd be happy for comments).

Had to change the Encoder interface to make it work with dictionary encoding. Also dictionary encoded RowGroups are currently limited to a single DataPage.

Author: Uwe L. Korn <uwelk@xhochy.com>

Closes apache#142 from xhochy/parquet-666 and squashes the following commits:

95e4753 [Uwe L. Korn] Fix PARQUET-591 and get make more use of WriterProperties
8f5b2bb [Uwe L. Korn] Comment out unused private variable
32adfd9 [Uwe L. Korn] Remove compression code duplication
6804e2a [Uwe L. Korn] Remove deprecated TODO
0d58ef2 [Uwe L. Korn] Pass DictionaryPage objects to the page writer
95fdccd [Uwe L. Korn] Get rid of temporarly created struct
cce17f9 [Uwe L. Korn] Store serialised pages
2841494 [Uwe L. Korn] Remove unsigned/signed comparison
7ce98ca [Uwe L. Korn] Store pages in RAM until the end of the column
17533bf [Uwe L. Korn] Remove code duplication
a3b4043 [Uwe L. Korn] PARQUET-666: Add support for writing dictionaries

Change-Id: I72a4dfcd9f17159d338ed78f9bf20ff6106dcbf2
wesm pushed a commit to wesm/arrow that referenced this pull request Sep 7, 2018
Working version but still some minor stuff to clean up (but I'd be happy for comments).

Had to change the Encoder interface to make it work with dictionary encoding. Also dictionary encoded RowGroups are currently limited to a single DataPage.

Author: Uwe L. Korn <uwelk@xhochy.com>

Closes apache#142 from xhochy/parquet-666 and squashes the following commits:

95e4753 [Uwe L. Korn] Fix PARQUET-591 and get make more use of WriterProperties
8f5b2bb [Uwe L. Korn] Comment out unused private variable
32adfd9 [Uwe L. Korn] Remove compression code duplication
6804e2a [Uwe L. Korn] Remove deprecated TODO
0d58ef2 [Uwe L. Korn] Pass DictionaryPage objects to the page writer
95fdccd [Uwe L. Korn] Get rid of temporarly created struct
cce17f9 [Uwe L. Korn] Store serialised pages
2841494 [Uwe L. Korn] Remove unsigned/signed comparison
7ce98ca [Uwe L. Korn] Store pages in RAM until the end of the column
17533bf [Uwe L. Korn] Remove code duplication
a3b4043 [Uwe L. Korn] PARQUET-666: Add support for writing dictionaries

Change-Id: I72a4dfcd9f17159d338ed78f9bf20ff6106dcbf2
wesm pushed a commit to wesm/arrow that referenced this pull request Sep 8, 2018
Working version but still some minor stuff to clean up (but I'd be happy for comments).

Had to change the Encoder interface to make it work with dictionary encoding. Also dictionary encoded RowGroups are currently limited to a single DataPage.

Author: Uwe L. Korn <uwelk@xhochy.com>

Closes apache#142 from xhochy/parquet-666 and squashes the following commits:

95e4753 [Uwe L. Korn] Fix PARQUET-591 and get make more use of WriterProperties
8f5b2bb [Uwe L. Korn] Comment out unused private variable
32adfd9 [Uwe L. Korn] Remove compression code duplication
6804e2a [Uwe L. Korn] Remove deprecated TODO
0d58ef2 [Uwe L. Korn] Pass DictionaryPage objects to the page writer
95fdccd [Uwe L. Korn] Get rid of temporarly created struct
cce17f9 [Uwe L. Korn] Store serialised pages
2841494 [Uwe L. Korn] Remove unsigned/signed comparison
7ce98ca [Uwe L. Korn] Store pages in RAM until the end of the column
17533bf [Uwe L. Korn] Remove code duplication
a3b4043 [Uwe L. Korn] PARQUET-666: Add support for writing dictionaries

Change-Id: I72a4dfcd9f17159d338ed78f9bf20ff6106dcbf2
zhouyuan pushed a commit to zhouyuan/arrow that referenced this pull request Aug 19, 2022
* support REF in parse_url

* consistent with spark

* change comment

* fix test failure

* change the way get the query item

* add missing code
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

Successfully merging this pull request may close these issues.

2 participants