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

support load partitioned table #30911

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

shijie-328931589
Copy link

@shijie-328931589 shijie-328931589 commented Apr 16, 2024

Fixes #ISSUSE_ID.

Changes proposed in this pull request:


Before committing this PR, I'm sure that I have checked the following options:

  • My code follows the code of conduct of this project.
  • I have self-reviewed the commit code.
  • I have (or in comment I request) added corresponding labels for the pull request.
  • I have passed maven check locally : ./mvnw clean install -B -T1C -Dmaven.javadoc.skip -Dmaven.jacoco.skip -e.
  • I have made corresponding changes to the documentation.
  • I have added corresponding unit tests for my changes.

Copy link
Author

@shijie-328931589 shijie-328931589 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@strongduanmu
Copy link
Member

@shijie-328931589 Can you submit an issue to describe the feature request?

@shijie-328931589
Copy link
Author

@shijie-328931589 Can you submit an issue to describe the feature request?
the issues link is: #30860 (comment)

@shijie-328931589
Copy link
Author

@shijie-328931589 Can you submit an issue to describe the feature request?

In using postgresql partitioned table , if i use partitioned table as single table, will appear table or view not exist; if use partitioned table as sharding table, and the line expression is same with partitioned table name, it can normal work. Is this expected?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants