Expressions: expose ConvertDataFramesToResults (#83805)

This commit is contained in:
Ryan McKinley
2024-03-04 08:22:56 -08:00
committed by GitHub
parent 9bd84b30e9
commit 3036b50df3
13 changed files with 545 additions and 483 deletions

View File

@ -6,7 +6,7 @@ import (
)
func TestNewCommand(t *testing.T) {
cmd, err := NewSQLCommand("a", "select a from foo, bar", nil)
cmd, err := NewSQLCommand("a", "select a from foo, bar")
if err != nil && strings.Contains(err.Error(), "feature is not enabled") {
return
}