Skip to content

Conversation

@wesm
Copy link
Member

@wesm wesm commented Jun 2, 2017

This fixes a regression from Feather 0.3.1. Closes wesm/feather#304

Change-Id: I0f8a755b40b52146b4ac32c1bfb82f192a5c88b1
Copy link
Member

@xhochy xhochy 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

@asfgit asfgit closed this in 931a877 Jun 3, 2017
@wesm wesm deleted the ARROW-1070 branch July 29, 2017 15:02
xxlaykxx added a commit to xxlaykxx/arrow that referenced this pull request Oct 2, 2025
## What's Changed
ExtensionReader was added to support reading extension types from a
complex vector.
It contains **read(ExtensionHolder)** method for reading to the holder.
And **readObject** - for reading the value explicitly.

Closes apache#725.

(cherry picked from commit e6da71e871a3678a737a88dbe79491b4111496b4)
xxlaykxx added a commit to dremio/arrow that referenced this pull request Oct 3, 2025
* apacheGH-725: Added ExtensionReader (apache#726)

## What's Changed
ExtensionReader was added to support reading extension types from a
complex vector.
It contains **read(ExtensionHolder)** method for reading to the holder.
And **readObject** - for reading the value explicitly.

Closes apache#725.

(cherry picked from commit e6da71e871a3678a737a88dbe79491b4111496b4)

* MINOR: Fix format (apache#809)

## What's Changed

Apply pre-commit since I forgot.

(cherry picked from commit e4f64269db0a08299fa25be491570be5ba71d623)

* apacheGH-836: Added support of ExtensionType for ComplexCopier (apache#837)

## What's Changed

Updated ComplexCopier to support ExtensionType - it contains two
**copy** methods
```
public static void copy(FieldReader input, FieldWriter output) //for not breaking  existing logic

public static void copy(FieldReader input, FieldWriter output, ExtensionTypeWriterFactory extensionTypeWriterFactory)
```
Also updated ComplexCopier tests.
Closes apache#836.

(cherry picked from commit 34060eb491a870f5ede5d30e007060b8310dc64f)

* fix after merge

* fix after macos build

* fix after macos build

* fix macos build

* fix macos build

* fix macos build

* fix after merge

---------

Co-authored-by: David Li <[email protected]>
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.

cannot read a file created from python

2 participants