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 logs printed when starting ParadeDB container #189

Closed
2 tasks done
kysshsy opened this issue Jan 5, 2025 · 2 comments · Fixed by #190
Closed
2 tasks done

Warning logs printed when starting ParadeDB container #189

kysshsy opened this issue Jan 5, 2025 · 2 comments · Fixed by #190
Assignees
Labels
bug Something isn't working priority-high High priority issue user-request This issue was directly requested by a user

Comments

@kysshsy
Copy link
Contributor

kysshsy commented Jan 5, 2025

What happens?

When starting up Docker, warning logs are printed.

image

To Reproduce

docker run --name paradedb -e POSTGRES_PASSWORD=password paradedb/paradedb

OS:

macOs

ParadeDB Version:

0.13.2

Are you using ParadeDB Docker, Helm, or the extension(s) standalone?

ParadeDB Docker Image

Full Name:

kysshsy

Affiliation:

NA

Did you include all relevant data sets for reproducing the issue?

Yes

Did you include the code required to reproduce the issue?

  • Yes, I have

Did you include all relevant configurations (e.g., CPU architecture, PostgreSQL version, Linux distribution) to reproduce the issue?

  • Yes, I have
@kysshsy kysshsy added the bug Something isn't working label Jan 5, 2025
@kysshsy
Copy link
Contributor Author

kysshsy commented Jan 5, 2025

The CREATE VIEW query during initdb is not pushed down to Duckdb (as it shouldn't be). This may lead to warning logs that could be misleading.

Related to paradedb/paradedb#2032. However, this problem should not affect functionality.

@philippemnoel
Copy link
Collaborator

Thank you! Yes, I confirmed functionality was not affected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority-high High priority issue user-request This issue was directly requested by a user
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants