datafusion-contrib / datafusion-orc

Implementation of Apache ORC file format use Apache Arrow in-memory format
Apache License 2.0
28 stars 8 forks source link

Release strategy #61

Closed Jefffrey closed 2 months ago

Jefffrey commented 3 months ago

Brought up in #55

Determine release cadence with process, etc.

Jefffrey commented 3 months ago

For reference: https://crates.io/crates/orc-rust

Jefffrey commented 3 months ago

Should be included as part of https://github.com/datafusion-contrib/datafusion-orc/issues/71 as well

Jefffrey commented 3 months ago

I'm gonna pick this up now, to try focus on cleaning up the documentation & processes a bit (as part of https://github.com/datafusion-contrib/datafusion-orc/issues/71)

@WenyXu @waynexia do you have any thoughts on reusing the existing https://crates.io/crates/orc-rust crate or would prefer a new one? If reusing the existing one, we can publish a new version 0.3.0 after I update some of the documentation a bit more.

WenyXu commented 3 months ago

I'm gonna pick this up now, to try focus on cleaning up the documentation & processes a bit (as part of #71)

@WenyXu @waynexia do you have any thoughts on reusing the existing https://crates.io/crates/orc-rust crate or would prefer a new one? If reusing the existing one, we can publish a new version 0.3.0 after I update some of the documentation a bit more.

I'm okay with both options. If you decide to reuse the existing one, I will add you to the owner team.

Jefffrey commented 3 months ago

I think we can reuse the existing crate, to avoid needing to create a new crate. I'll adjust the metadata in Cargo.toml accordingly.

WenyXu commented 3 months ago

I think we can reuse the existing crate, to avoid needing to create a new crate. I'll adjust the metadata in Cargo.toml accordingly.

Great. I have invited you to join the owner team. You will receive an email shortly.

Jefffrey commented 3 months ago

Cheers, raised issue for tracking https://github.com/datafusion-contrib/datafusion-orc/issues/79

Hopefully will get it out sometime this week or next :+1: