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

Load: Support converting mini TsFile into Tablets #14784

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

Conversation

MiniSho
Copy link
Contributor

@MiniSho MiniSho commented Feb 1, 2025

As the title.

@MiniSho MiniSho marked this pull request as ready for review February 3, 2025 15:23
@SteveYurongSu SteveYurongSu self-assigned this Feb 5, 2025
@@ -594,6 +594,7 @@ private TSStatus loadTsFileSync(final String dataBaseName, final String fileAbso
final LoadTsFileStatement statement = new LoadTsFileStatement(fileAbsolutePath);
statement.setDeleteAfterLoad(true);
statement.setConvertOnTypeMismatch(true);
statement.setTabletConversionThreshold(-1);
Copy link
Collaborator

Choose a reason for hiding this comment

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

TODO?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

-1 means Load doesn't convert into Tablet

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.

3 participants