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

Handle QualifiedNameReference when selecting stream/table keys #1697

Merged
merged 6 commits into from
Aug 10, 2018

Commits on Aug 9, 2018

  1. Handle QualifiedNameReference when selecting stream/table keys

    SchemaKStream.select may get a QualifiedNameReference as the expression
    in a select call. The logic that looks for and preserves the key field in
    the resulting SchemaKStream needs to handle expressions of this type. It
    also needs to handle cases where the key field name is fully qualified, as
    happens with joins.
    rodesai committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    8fbb439 View commit details
    Browse the repository at this point in the history
  2. fix build

    rodesai committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    ceb8329 View commit details
    Browse the repository at this point in the history
  3. Review feedback

    rodesai committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    6069ead View commit details
    Browse the repository at this point in the history
  4. review comments

    rodesai committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    15ab445 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80b51bd View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. Configuration menu
    Copy the full SHA
    061f747 View commit details
    Browse the repository at this point in the history