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

[Bug]playground NullPointerException #531

Closed
2 tasks done
hiliuxg opened this issue Aug 16, 2024 · 1 comment · Fixed by #530
Closed
2 tasks done

[Bug]playground NullPointerException #531

hiliuxg opened this issue Aug 16, 2024 · 1 comment · Fixed by #530
Labels
bug Something isn't working

Comments

@hiliuxg
Copy link
Contributor

hiliuxg commented Aug 16, 2024

Search before asking

  • I searched in the issues and found nothing similar.

Paimon UI version

main

Compute Engine

Flink

Minimal reproduce step

  1. use flink batch model in playground

  2. run sql

CREATE CATALOG my_catalog WITH (
   'type'='paimon',
    'warehouse'='file:/home/app/paimon/warehouse'
);
  1. nullpointexception in log console

What doesn't meet your expectations?

no exception and can register catalog .

Anything else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!
@hiliuxg hiliuxg added the bug Something isn't working label Aug 16, 2024
@hiliuxg
Copy link
Contributor Author

hiliuxg commented Aug 16, 2024

bug fix #530

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant