-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation issues #1
Comments
Hey Mehrdad, this was changed very recently: apache/arrow@cd1d770 For now you can just use an older commit of arrow. At the moment, much of the code is just a quick hack to measure the performance of arrow. It was also written at a time when arrow was much less complete than it is now (and we knew that, so didn't try hard to make the current numbuf library nice); at some point during the summer, we will write a better version of the library that can be open-sourced, but it is not super high priority right now. -- Philipp. |
Oh! It totally didn't occur to me to check if arrow had changed underneath. Got it, thanks! |
Another question: it seems like |
Hey, the compiler is not complaining about FatalLog, because it is in the numbuf namespace. Not the DCHECK macros however, they should probably be prefixed by NUMBUF_ (or removed). Let's change it together when we meet tomorrow! -- Philipp. |
Whoops, momentarily forgot the namespace change :) sounds good! |
Hey, could you fix this Windows compatibility issue? In
to
|
working on this in ray-project/ray-legacy#123 |
Isn't
Array::RangeEquals
purely virtual and unimplemented inPrimitiveArray
? How isPrimitiveArray
being instantiated?The text was updated successfully, but these errors were encountered: