Skip to content

Commit

Permalink
DX-61034: Arrow changes from apacheGH-34865 PR
Browse files Browse the repository at this point in the history
  • Loading branch information
stevelorddremio committed Jan 18, 2024
1 parent 788bb30 commit 0799cda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions cpp/src/arrow/flight/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,6 @@ class ARROW_FLIGHT_EXPORT FlightInfo {
mutable bool reconstructed_schema_;
};

<<<<<<< HEAD
=======
/// \brief The information to process a long-running query.
class ARROW_FLIGHT_EXPORT PollInfo {
public:
Expand Down Expand Up @@ -884,14 +882,6 @@ struct ARROW_FLIGHT_EXPORT CloseSessionResult {
static arrow::Result<CloseSessionResult> Deserialize(std::string_view serialized);
};

<<<<<<< HEAD




>>>>>>> 5df37ac44 (WIP: High-level design review ONLY)
=======
>>>>>>> d8dba8435 (Add new SetSessionOption statuses to Proto)
/// \brief An iterator to FlightInfo instances returned by ListFlights.
class ARROW_FLIGHT_EXPORT FlightListing {
public:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public static ValueVector decode(ValueVector indices, Dictionary dictionary, Buf
* @param valueCount dictionary vector valueCount.
* @return index type.
*/
public static ArrowType.Int getIndexType(int valueCount) {
public static ArrowType.Int getIndexType(long valueCount) {
Preconditions.checkArgument(valueCount >= 0);
if (valueCount <= Byte.MAX_VALUE) {
return new ArrowType.Int(8, true);
Expand Down

0 comments on commit 0799cda

Please sign in to comment.