iamsmkr opened a new issue, #13721:
URL: https://github.com/apache/arrow/issues/13721

   Creating an instance of holders `new VarCharHolder()` is returning buffer as 
`null`. What mistake am I making here?
   
   <img width="1120" alt="Screenshot 2022-07-27 at 3 52 41 PM" 
src="https://user-images.githubusercontent.com/4599890/181224970-d0d89483-9ee7-4c9d-8468-06b0d2ab3d0f.png";>
   
   **build.sbt**
   ```
   libraryDependencies ++= Seq(
     "org.apache.arrow"            % "arrow-vector"                   % "8.0.0",
     "org.apache.arrow"            % "arrow-memory-core"              % "8.0.0",
     "org.apache.arrow"            % "arrow-memory-unsafe"            % "8.0.0",
     "org.apache.arrow"            % "arrow-dataset"                  % "8.0.0",
     "org.apache.arrow"            % "arrow-algorithm"                % "8.0.0"
   )
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to