-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ic violation produces huge output of blank lines using --format pretty (the default) #29
Comments
My guess is that it's getting stuck on pretty-printing the The Julia SDK had a similar issue, fixed here: RelationalAI/rai-sdk-julia#65 |
I will transfer this issue to the Golang SDK, since that's where the pretty printing functionality is implemented. |
Thank you @NHDaly . |
After pull, |
Currently latest is |
Thanks @NRHelmi . |
@cpetitpas yep we still need to create tags manually, similar to release we still control them manually usually when a new feature is added or a user requests a new release 🙏 to be honest I wasn't following how much time it would take to propagate a new version the Yeah probably you won't be able to use the new version unless it is indexed |
Note: This issue has been migrated to https://relationalai.atlassian.net/browse/RAI-6430. This link is only accessible to employees of RelationalAI. |
After the merge of RelationalAI/rai-cli#17, it seems that
rai-cli
default output for an ic violation (pretty) produces/:abort
and then a huge number of blank lines.....and seems to not terminate.Issue does not occur using
--format json
and did not occur before the merging of RelationalAI/rai-cli#17.Example Rel:
cc: @vilterp / @NRHelmi / @NHDaly
The text was updated successfully, but these errors were encountered: