liurenjie1024 commented on issue #465:
URL: https://github.com/apache/iceberg-rust/issues/465#issuecomment-2232843518

   > > > Thanks for all your reply!
   > > > Does it mean that if I only want to determined whether the target 
function is correct or not, I just need to run `make unit-test` ?
   > > 
   > > 
   > > What do you mean by target function? `make unit-test` runs tests with 
integration tests excluded.
   > 
   > I want to evaluate my tool, which is used to automatically translate code 
written in other language to rust(in function level). And I found that iceberg 
has been implemented in different language including rust. So I got some 
function pairs from iceberg, one of which is written in language A and the 
other is writted in rust, but they do the same thing. And I use my tool to 
translate the function from language A to rust, but I I need to determine 
whether the functions implemented by the translated function is consistent with 
the function in the rust version. So I need to replace the function in rust 
version and execute unit test to determined whether the target function is 
correct or not.
   
   This depends on what your target function does, if it's generated not in 
crate's source, I think unit-test would be enough.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to