Skip to content

Conversation

@carols10cents
Copy link
Contributor

@carols10cents carols10cents commented Sep 25, 2020

Note that this PR is deliberately filed against the rust-parquet-arrow-writer branch, not master!!

Hi! 👋 I'm looking to help out with the rust-parquet-arrow-writer branch, and I just pulled it down and it wasn't compiling because in 75f804e, schema_to_bytes was changed to take IpcWriteOptions and to return EncodedData. This updates encode_arrow_schema to use those changes, which should get this branch compiling and passing tests again.

I'm kind of guessing which JIRA ticket this should be associated with; honestly I think this commit can just be squashed with 8f0ed91 next time this branch gets rebased.

Please let me know if I should change anything, I'm happy to!

In 75f804e, schema_to_bytes was changed
to take IpcWriteOptions and to return EncodedData. This updates
encode_arrow_schema to use those changes, which should get the
rust-parquet-arrow-writer branch compiling and passing tests again.
@github-actions
Copy link

@nevi-me
Copy link
Contributor

nevi-me commented Sep 25, 2020

Hi Carol 👋🏾

Thanks, I would definitely appreciate your help and expertise with the writer. I forgot to open a JIRA for the IPC changes, as I saw them after I had rebased. I've opened https://issues.apache.org/jira/browse/ARROW-10095 as a subtask of that, and I'll rename this PR to 10095, and merge this when CI completes.

In terms of where we are on the writer, I was last working on https://issues.apache.org/jira/browse/ARROW-9728 for calculating the correct spacing when writing deeply nested arrays. I have something working, but it's a lot of mental effort to keep track of what I was doing. I'll however be able to complete those changes in the coming 2 weeks 🤞🏾

AFAIA, there isn't anyone else working on the other open subtasks of ARROW-8421, so please feel free to have a look at any of those.

@nevi-me nevi-me changed the title ARROW-8421: [Rust] Update rust-parquet-arrow-writer branch's encode_arrow_schema with ipc changes ARROW-10095: [Rust] Update rust-parquet-arrow-writer branch's encode_arrow_schema with ipc changes Sep 25, 2020
@github-actions
Copy link

@nevi-me
Copy link
Contributor

nevi-me commented Sep 25, 2020

Merged, I'll rebase on the branch shortly

@nevi-me nevi-me closed this Sep 25, 2020
@carols10cents
Copy link
Contributor Author

Thanks so much! I'm going to take a look at writing dictionary types :)

@carols10cents carols10cents deleted the update-with-ipc-changes branch September 25, 2020 17:03
@nevi-me
Copy link
Contributor

nevi-me commented Sep 25, 2020

I just noticed that there's more breaking changes on the branch :(. I'll address them shortly

nevi-me pushed a commit that referenced this pull request Sep 25, 2020
…arrow_schema with ipc changes

Note that this PR is deliberately filed against the rust-parquet-arrow-writer branch, not master!!

Hi! 👋 I'm looking to help out with the rust-parquet-arrow-writer branch, and I just pulled it down and it wasn't compiling because in 75f804e, `schema_to_bytes` was changed to take `IpcWriteOptions` and to return `EncodedData`. This updates `encode_arrow_schema` to use those changes, which should get this branch compiling and passing tests again.

I'm kind of guessing which JIRA ticket this should be associated with; honestly I think this commit can just be squashed with 8f0ed91 next time this branch gets rebased.

Please let me know if I should change anything, I'm happy to!

Closes #8274 from carols10cents/update-with-ipc-changes

Authored-by: Carol (Nichols || Goulding) <[email protected]>
Signed-off-by: Neville Dipale <[email protected]>
nevi-me pushed a commit that referenced this pull request Oct 3, 2020
…arrow_schema with ipc changes

Note that this PR is deliberately filed against the rust-parquet-arrow-writer branch, not master!!

Hi! 👋 I'm looking to help out with the rust-parquet-arrow-writer branch, and I just pulled it down and it wasn't compiling because in 75f804e, `schema_to_bytes` was changed to take `IpcWriteOptions` and to return `EncodedData`. This updates `encode_arrow_schema` to use those changes, which should get this branch compiling and passing tests again.

I'm kind of guessing which JIRA ticket this should be associated with; honestly I think this commit can just be squashed with 8f0ed91 next time this branch gets rebased.

Please let me know if I should change anything, I'm happy to!

Closes #8274 from carols10cents/update-with-ipc-changes

Authored-by: Carol (Nichols || Goulding) <[email protected]>
Signed-off-by: Neville Dipale <[email protected]>
nevi-me pushed a commit that referenced this pull request Oct 7, 2020
…arrow_schema with ipc changes

Note that this PR is deliberately filed against the rust-parquet-arrow-writer branch, not master!!

Hi! 👋 I'm looking to help out with the rust-parquet-arrow-writer branch, and I just pulled it down and it wasn't compiling because in 75f804e, `schema_to_bytes` was changed to take `IpcWriteOptions` and to return `EncodedData`. This updates `encode_arrow_schema` to use those changes, which should get this branch compiling and passing tests again.

I'm kind of guessing which JIRA ticket this should be associated with; honestly I think this commit can just be squashed with 8f0ed91 next time this branch gets rebased.

Please let me know if I should change anything, I'm happy to!

Closes #8274 from carols10cents/update-with-ipc-changes

Authored-by: Carol (Nichols || Goulding) <[email protected]>
Signed-off-by: Neville Dipale <[email protected]>
nevi-me pushed a commit that referenced this pull request Oct 12, 2020
…arrow_schema with ipc changes

Note that this PR is deliberately filed against the rust-parquet-arrow-writer branch, not master!!

Hi! 👋 I'm looking to help out with the rust-parquet-arrow-writer branch, and I just pulled it down and it wasn't compiling because in 75f804e, `schema_to_bytes` was changed to take `IpcWriteOptions` and to return `EncodedData`. This updates `encode_arrow_schema` to use those changes, which should get this branch compiling and passing tests again.

I'm kind of guessing which JIRA ticket this should be associated with; honestly I think this commit can just be squashed with 8f0ed91 next time this branch gets rebased.

Please let me know if I should change anything, I'm happy to!

Closes #8274 from carols10cents/update-with-ipc-changes

Authored-by: Carol (Nichols || Goulding) <[email protected]>
Signed-off-by: Neville Dipale <[email protected]>
nevi-me pushed a commit that referenced this pull request Oct 16, 2020
…arrow_schema with ipc changes

Note that this PR is deliberately filed against the rust-parquet-arrow-writer branch, not master!!

Hi! 👋 I'm looking to help out with the rust-parquet-arrow-writer branch, and I just pulled it down and it wasn't compiling because in 75f804e, `schema_to_bytes` was changed to take `IpcWriteOptions` and to return `EncodedData`. This updates `encode_arrow_schema` to use those changes, which should get this branch compiling and passing tests again.

I'm kind of guessing which JIRA ticket this should be associated with; honestly I think this commit can just be squashed with 8f0ed91 next time this branch gets rebased.

Please let me know if I should change anything, I'm happy to!

Closes #8274 from carols10cents/update-with-ipc-changes

Authored-by: Carol (Nichols || Goulding) <[email protected]>
Signed-off-by: Neville Dipale <[email protected]>
nevi-me pushed a commit to nevi-me/arrow that referenced this pull request Oct 17, 2020
…arrow_schema with ipc changes

Note that this PR is deliberately filed against the rust-parquet-arrow-writer branch, not master!!

Hi! 👋 I'm looking to help out with the rust-parquet-arrow-writer branch, and I just pulled it down and it wasn't compiling because in 75f804e, `schema_to_bytes` was changed to take `IpcWriteOptions` and to return `EncodedData`. This updates `encode_arrow_schema` to use those changes, which should get this branch compiling and passing tests again.

I'm kind of guessing which JIRA ticket this should be associated with; honestly I think this commit can just be squashed with apache@8f0ed91 next time this branch gets rebased.

Please let me know if I should change anything, I'm happy to!

Closes apache#8274 from carols10cents/update-with-ipc-changes

Authored-by: Carol (Nichols || Goulding) <[email protected]>
Signed-off-by: Neville Dipale <[email protected]>
nevi-me pushed a commit that referenced this pull request Oct 25, 2020
…arrow_schema with ipc changes

Note that this PR is deliberately filed against the rust-parquet-arrow-writer branch, not master!!

Hi! 👋 I'm looking to help out with the rust-parquet-arrow-writer branch, and I just pulled it down and it wasn't compiling because in 75f804e, `schema_to_bytes` was changed to take `IpcWriteOptions` and to return `EncodedData`. This updates `encode_arrow_schema` to use those changes, which should get this branch compiling and passing tests again.

I'm kind of guessing which JIRA ticket this should be associated with; honestly I think this commit can just be squashed with 8f0ed91 next time this branch gets rebased.

Please let me know if I should change anything, I'm happy to!

Closes #8274 from carols10cents/update-with-ipc-changes

Authored-by: Carol (Nichols || Goulding) <[email protected]>
Signed-off-by: Neville Dipale <[email protected]>
nevi-me pushed a commit that referenced this pull request Oct 27, 2020
…arrow_schema with ipc changes

Note that this PR is deliberately filed against the rust-parquet-arrow-writer branch, not master!!

Hi! 👋 I'm looking to help out with the rust-parquet-arrow-writer branch, and I just pulled it down and it wasn't compiling because in 75f804e, `schema_to_bytes` was changed to take `IpcWriteOptions` and to return `EncodedData`. This updates `encode_arrow_schema` to use those changes, which should get this branch compiling and passing tests again.

I'm kind of guessing which JIRA ticket this should be associated with; honestly I think this commit can just be squashed with 8f0ed91 next time this branch gets rebased.

Please let me know if I should change anything, I'm happy to!

Closes #8274 from carols10cents/update-with-ipc-changes

Authored-by: Carol (Nichols || Goulding) <[email protected]>
Signed-off-by: Neville Dipale <[email protected]>
nevi-me pushed a commit that referenced this pull request Oct 28, 2020
…arrow_schema with ipc changes

Note that this PR is deliberately filed against the rust-parquet-arrow-writer branch, not master!!

Hi! 👋 I'm looking to help out with the rust-parquet-arrow-writer branch, and I just pulled it down and it wasn't compiling because in 75f804e, `schema_to_bytes` was changed to take `IpcWriteOptions` and to return `EncodedData`. This updates `encode_arrow_schema` to use those changes, which should get this branch compiling and passing tests again.

I'm kind of guessing which JIRA ticket this should be associated with; honestly I think this commit can just be squashed with 8f0ed91 next time this branch gets rebased.

Please let me know if I should change anything, I'm happy to!

Closes #8274 from carols10cents/update-with-ipc-changes

Authored-by: Carol (Nichols || Goulding) <[email protected]>
Signed-off-by: Neville Dipale <[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.

2 participants