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

fix: do not scan the whole classpath #9970

Merged
merged 2 commits into from
Jun 19, 2023
Merged

fix: do not scan the whole classpath #9970

merged 2 commits into from
Jun 19, 2023

Commits on Jun 16, 2023

  1. fix: do not scan the whole classpath

    We scanned the whole classpath for UDF functions, while we should only scan the UDF directory and the ksql-engine jar.
    
    This is a regression introduced in Scalable push queries end to end #7661.
    lucasbru committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    844c39d View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. fix

    lucasbru committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    af92c74 View commit details
    Browse the repository at this point in the history