Skip to content
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

"Warning! Some execution modes could not be set." #921

Open
ingomueller-net opened this issue Feb 16, 2021 · 2 comments
Open

"Warning! Some execution modes could not be set." #921

ingomueller-net opened this issue Feb 16, 2021 · 2 comments
Labels

Comments

@ingomueller-net
Copy link
Contributor

I always get the following (running from the docker image of version 1.10.0):

Warning! Some execution modes could not be set. The query may still work, but we would welcome a bug report.

What exactly should I report?

@ghislainfourny
Copy link
Member

Hi Ingo.

The query :) Just to make sure it's not something we missed.

@ingomueller-net
Copy link
Contributor Author

I just managed to produce a minimal example. Interestingly, this only happens with a DAG of included modules.

a.jq:

module namespace a = "a.jq";
import module namespace b = "b.jq";

b.jq:

module namespace b = "b.jq";
import module namespace c = "c.jq";

c.jq:

module namespace c = "c.jq";

query.jq:

import module namespace b = "b.jq";
import module namespace a = "a.jq";
parquet-file("foo.parquet") (: file does not need to exist :)

I think I tried removing each of the includes and the warning goes away for any of them.

@ingomueller-net ingomueller-net removed their assignment Feb 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants