paul-rogers commented on PR #2943:
URL: https://github.com/apache/drill/pull/2943#issuecomment-2369269842

   @rymarm, thanks for looking at the tests. While writing tests for Drill can 
be hard, we developed a bunch of tools for particular cases. In the case of the 
vector writers, those tests I referenced above should show you what to do.
   
   What I did, back when I wrote this stuff, is to run the tests in my IDE. 
I've not had much luck in recent years running the whole unit test suite 
locally. But, I can still generally run individual unit tests. A handy way to 
proceed is to first create a new file that has the test frameworks included. 
Then, write one simple test that just writes to the vector and reads back the 
data. At that point, it should be clear how to create other cases.
   
   It would be great to temporarily revert your change and create a case that 
fails, then restore the change and ensure things work.
   
   Please let me know if creating the tests takes more than a small amount of 
time. I can perhaps help out by creating a basic bit vector use case (if I can 
remember how all that code works!)


-- 
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: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to