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

Explain on query missing overridden property values #5749

Closed
big-andy-coates opened this issue Jul 1, 2020 · 0 comments · Fixed by #5750
Closed

Explain on query missing overridden property values #5749

big-andy-coates opened this issue Jul 1, 2020 · 0 comments · Fixed by #5750
Assignees
Labels
Milestone

Comments

@big-andy-coates
Copy link
Contributor

To Reproduce

-- override a property:
SET 'ksql.streams.num.stream.threads'='2';

-- create a MV:
CREATE STREAM FOO (ID INT) WITH (KAFKA_TOPIC='FOO', PARTITIONS=1,VALUE_FORMAT='json');
CREATE STREAM BAR AS SELECT * FROM FOO;

-- explain the query created in the step above:
EXPLAIN CSAS_BAR_0;

Expected behavior

...

Overridden Properties
---------------------
 Property                        | Value 

 ksql.streams.num.stream.threads | 2     

Actual behaviour

...

Overridden Properties
---------------------
 Property                        | Value 

 ksql.streams.num.stream.threads | 

i.e. the value for the overridden property is missing

@big-andy-coates big-andy-coates added this to the 0.11.0 milestone Jul 1, 2020
@big-andy-coates big-andy-coates self-assigned this Jul 1, 2020
big-andy-coates added a commit to big-andy-coates/ksql that referenced this issue Jul 1, 2020
big-andy-coates added a commit that referenced this issue Jul 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant