Deegue opened a new issue, #2076:
URL: https://github.com/apache/auron/issues/2076

   ### Describe the bug / improvement
   
   There are a few minor code issues in the native engine:
   
   1. Typos in `pb_deserializer.rs`
   - `"output scheam"` should be `"output schema"` 
   - `"not exits"` should be `"not exists"` 
   
   2. Many places with`expect(&format!(...))` always allocate memory for the 
strings even the value is some or ok
   
   ### Expected behavior
   
   Spell correctly, and `expect` should not perform any unnecessary allocation


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