gabotechs opened a new issue, #16293:
URL: https://github.com/apache/datafusion/issues/16293

   ### Describe the bug
   
   ~4 sqllogictest cases are failing in Substrait round-trip mode because of 
the following errors:
   ```
   query failed: DataFusion error: This feature is not implemented: Unsupported 
function name: "like_match"
   
   query failed: DataFusion error: This feature is not implemented: Unsupported 
function name: "like_imatch"
   
   query failed: DataFusion error: This feature is not implemented: Unsupported 
function name: "like_not_match"
   
   query failed: DataFusion error: This feature is not implemented: Unsupported 
function name: "like_not_imatch"
   ```
   
   ### To Reproduce
   
   ```
   cargo test --test sqllogictests -- --substrait-round-trip predicates.slt
   ```
   
   ### Expected behavior
   
   The sqllogictest passes in Substrait round-trip mode
   
   ### Additional context
   
   This is part of a broader initiative to improve the reliability of 
Substrait-to-DataFusion logical plan conversions.
   - https://github.com/apache/datafusion/issues/16248


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