Closed dmikurube closed 4 years ago
It is not an immediate deprecation, but using @ConfigInject to get BufferAllocator is no longer recommended. We can use Exec.getBufferAllocator instead.
@ConfigInject
BufferAllocator
Exec.getBufferAllocator
It is not an immediate deprecation, but using
@ConfigInject
to getBufferAllocator
is no longer recommended. We can useExec.getBufferAllocator
instead.