Skip to content

[substrait] [sqllogictest] Unsupported function name: "like_match", "like_imatch", "like_not_match" and "like_not_imatch" #16293

@gabotechs

Description

@gabotechs

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.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions