awslabs / awslabs/gap-text2sql

Can anyone help out in figuring out what is "terminal" here?

Open
#26 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
109
Forks
25
PR merge metrics
No merged PRs in 30d

Description

While executing a natural language query "Birth year of Gina Rinehart", we got the following sql query output.
The output sql query is okay, but whenever we are calling any variable data(in this case, our variable is 'Gina Rinehart'), we are getting "terminal"

Natural language query from spider's singer database: Birth year of Gina Rinehart.
Corresponding output SQL query: SELECT singer.Birth_Year FROM singer WHERE singer.Name = 'terminal'

![image](https://user-images.githubusercontent.com/91602311/146727843-320321af-8806-422f-a39b-7608fb99d788.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.