Skip to content

Pipe: use mem table to batch write table data into tsfile#15373

Merged
SteveYurongSu merged 7 commits intoapache:masterfrom
VGalaxies:table-tsfile-builder-v2
Apr 22, 2025
Merged

Pipe: use mem table to batch write table data into tsfile#15373
SteveYurongSu merged 7 commits intoapache:masterfrom
VGalaxies:table-tsfile-builder-v2

Conversation

@VGalaxies
Copy link
Contributor

follow up #15276

@SteveYurongSu SteveYurongSu self-requested a review April 21, 2025 02:15
@SteveYurongSu SteveYurongSu self-assigned this Apr 21, 2025
@VGalaxies VGalaxies requested a review from luoluoyuyu April 21, 2025 10:37
final LocalDate[] dates = ((LocalDate[]) values[j]);
final int[] dateValues = new int[dates.length];
for (int k = 0; k < Math.min(dates.length, tablet.getRowSize()); k++) {
dateValues[k] = DateUtils.parseDateExpressionToInt(dates[k]);
Copy link
Member

Choose a reason for hiding this comment

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

Here we need to add a null value judgment

@SteveYurongSu SteveYurongSu merged commit 2cfd029 into apache:master Apr 22, 2025
49 of 50 checks passed
@VGalaxies VGalaxies deleted the table-tsfile-builder-v2 branch April 23, 2025 10:25
JackieTien97 pushed a commit that referenced this pull request May 14, 2025
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