Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Jul 17, 2023
1 parent eb83b21 commit 963ebaa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions dist/nanoarrow.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/nanoarrow/array_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include <arrow/util/decimal.h>

#include "nanoarrow/nanoarrow.h"
#include "nanoarrow/nanoarrow_types.h"

using namespace arrow;

Expand Down
3 changes: 1 addition & 2 deletions src/nanoarrow/nanoarrow.h
Original file line number Diff line number Diff line change
Expand Up @@ -873,8 +873,7 @@ static inline ArrowErrorCode ArrowArrayAppendString(struct ArrowArray* array,
/// \brief Append a Interval to an array
///
/// Returns NANOARROW_OK if value can be exactly represented by
/// the underlying storage type or EINVAL otherwise (e.g., value
/// is outside the valid array range).
/// the underlying storage type or EINVAL otherwise.
static inline ArrowErrorCode ArrowArrayAppendInterval(struct ArrowArray* array,
struct ArrowInterval* value);

Expand Down

0 comments on commit 963ebaa

Please sign in to comment.