Skip to content

Commit

Permalink
Update c++/include/orc/Common.hh
Browse files Browse the repository at this point in the history
Co-authored-by: Gang Wu <ustcwg@gmail.com>
  • Loading branch information
zxf216 and wgtmac authored Aug 13, 2024
1 parent 5dc3331 commit f8201b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c++/include/orc/Common.hh
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ namespace orc {
/**
*Get the Localkey for a specific column in this Stripe.
*/
virtual std::vector<unsigned char>& getEncryptedLocalKeyByVariantId(int col) const = 0;
virtual std::vector<unsigned char>& getEncryptedLocalKeyByVariantId(int32_t col) const = 0;
/**
* In general, only the first stripe in an ORC file will store the LocalKey.In this case, the
* stripeId and originalStripeId are equal. If an ORC file has multiple stripes storing the
Expand Down

0 comments on commit f8201b7

Please sign in to comment.