Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglei1949 committed Nov 4, 2022
1 parent b7f7648 commit 0b21671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analytical_engine/core/java/type_alias.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ template <typename FRAG_T>
using IntColumn = Column<FRAG_T, uint32_t>;

template <typename T>
using ArrowArrayBuilder = ConvertToArrowType<T>::BuilderType;
using ArrowArrayBuilder = typename vineyard::ConvertToArrowType<T>::BuilderType;

using ArrowStringArrayBuilder = typename gs::ArrowArrayBuilder<std::string>;

Expand Down

0 comments on commit 0b21671

Please sign in to comment.