Skip to content

Conversation

@julienledem
Copy link
Member

No description provided.

public static ArrowVectorType fromName(String name) {
ArrowVectorType type = typeByName.get(name);
if (type == null) {
throw new IllegalArgumentException("Unlnown type " + name);
Copy link
Contributor

Choose a reason for hiding this comment

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

unknown

Copy link
Contributor

@adeneche adeneche left a comment

Choose a reason for hiding this comment

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

+1, LGTM. It would be preferable if another dev takes a look at it too as I am unfamiliar with this set of changes

@asfgit asfgit closed this in 2d8e820 Oct 7, 2016
@julienledem julienledem deleted the json branch April 25, 2017 18:31
wesm pushed a commit to wesm/arrow that referenced this pull request Sep 8, 2018
At the moment this is just move of the existing code into the state where it compiles. Outstanding work includes:

- [x] Understand the issues with ParquetException typeid matching in the tests *on macOS*. @wesm We already had this problem and you fixed it somewhere. Do you remember the solution?
- [x] Understand why BoolenType tests break with a Thrift exception
- [ ] Add functions that read directly into Arrow memory and not intermediate structures.

Author: Uwe L. Korn <[email protected]>
Author: Korn, Uwe <[email protected]>

Closes apache#158 from xhochy/PARQUET-712 and squashes the following commits:

e55ab1f [Uwe L. Korn] verbose ctest output
62f0f88 [Uwe L. Korn] Add static linkage
fc2c316 [Uwe L. Korn] Style fixes
3f3e24b [Uwe L. Korn] Fix templating problem
45de044 [Uwe L. Korn] Style fixes for IO
1d39a60 [Uwe L. Korn] Import MemoryPool instead of declaring it
251262a [Uwe L. Korn] Style fixes
e0e1518 [Uwe L. Korn] Build parquet_arrow in Travis
874b33d [Korn, Uwe] Add boost libraries for Arrow
142a364 [Korn, Uwe] PARQUET-712: Add library to read into Arrow memory

Change-Id: I893a02104d7f561fab24cf2fab2ba66dd61b6fd1
rafael-telles pushed a commit to rafael-telles/arrow that referenced this pull request Oct 19, 2021
…eter-binding

[Flight SQL C++] Implement parameter binding on execute of PreparedStatement on Flight SQL Client.
pribor pushed a commit to GlobalWebIndex/arrow that referenced this pull request Oct 24, 2025
Author: Julien Le Dem <[email protected]>

Closes apache#158 from julienledem/json and squashes the following commits:

796cc6d [Julien Le Dem] add json documentation
f0b2a39 [Julien Le Dem] add sanity checks
7dd6d45 [Julien Le Dem] fix typo
248d3ec [Julien Le Dem] more tests
f2bc3fb [Julien Le Dem] ARROW-319: Add canonical Arrow Schema json representation
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