apache / orc

Apache ORC - the smallest, fastest columnar storage for Hadoop workloads
https://orc.apache.org/
Apache License 2.0
682 stars 481 forks source link

MINOR: Fix Union stream kinds in spec #1869

Closed Jefffrey closed 6 months ago

Jefffrey commented 6 months ago

Minor typo fix

deshanxiao commented 6 months ago

Thank you @Jefffrey Good catch!

Here is the code: https://github.com/apache/orc/blob/513922af6c1d1a07e632a03231d5b546eeafb26e/java/core/src/java/org/apache/orc/impl/writer/UnionTreeWriter.java#L50

deshanxiao commented 6 months ago

@Jefffrey Could you please check ORCv0 and ORCv2 and update them? Thank you.

cc @dongjoon-hyun

Jefffrey commented 6 months ago

Sure thing, done :+1:

deshanxiao commented 6 months ago

Merged to main. Thanks @Jefffrey @wgtmac !