Replies: 7 comments
-
Vineyard currently can be built with arrow 10 with C++ compilers that supports C++17, vineyard itself has no plan to disabling the support for C++14 -only compilers. |
Beta Was this translation helpful? Give feedback.
-
Is there any issues that vineyard cannot be built with arrow 10 in your environment? |
Beta Was this translation helpful? Give feedback.
-
By the way vineyard can be built with arrow>=6.0.0. |
Beta Was this translation helpful? Give feedback.
-
ok, I see. Arrow's build is ok for me, I want to do some development with v6d, however, some of my code is developed with C++17, and it may be difficult to integrate into v6d with c++14, so, if v6d upgrade to support c++17, it will be easy for me to develop. |
Beta Was this translation helpful? Give feedback.
-
It would be great if you could submit a work-in-progress PR first then we can review the changes to see whether C++17 is a hard requirements in detail. If C++17 is strong requirements we definitely can upgrade to arrow>=10 and C++17. We current keep with c++14 just because we see no reason for adding extra constraints, i.e., keeping C++14 is prefered, but not a hard requirement. |
Beta Was this translation helpful? Give feedback.
-
OK, I see, I'll try first, thank you. |
Beta Was this translation helpful? Give feedback.
-
Closing as discussed. Thanks! |
Beta Was this translation helpful? Give feedback.
-
As Arrow has been upgraded to support C++17, and more new features have been introduced in C++17, so, I want to know what's the plan of v6d to do this.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions