Skip to content

[FLINK]Support function split_index#8

Merged
shuai-xu merged 11 commits intobigo-sg:gluten-0530from
KevinyhZou:support_functions_split_index_proctime
Sep 10, 2025
Merged

[FLINK]Support function split_index#8
shuai-xu merged 11 commits intobigo-sg:gluten-0530from
KevinyhZou:support_functions_split_index_proctime

Conversation

@KevinyhZou
Copy link

No description provided.

@KevinyhZou KevinyhZou changed the title Support functions split_index and current_timestamp [FLINK]Support functions split_index and current_timestamp Sep 2, 2025
@shuai-xu
Copy link

shuai-xu commented Sep 4, 2025

Can we use unix_timestamp and split_part instead of adding two functions?

@KevinyhZou
Copy link
Author

Can we use unix_timestamp and split_part instead of adding two functions?

unix_timestamp return type is bigint, can not be mapped to the flink function Proctime, it return type is timestamp;
split_part is a function of presto, and we have to register all the scalar functions of presto if we want to use it, and it will has some conflict with spark scalar functions, as I mentioned in pr: bigo-sg/velox4j#4

@KevinyhZou KevinyhZou changed the title [FLINK]Support functions split_index and current_timestamp [FLINK]Support function split_index Sep 10, 2025
@shuai-xu shuai-xu merged commit b5e7ffb into bigo-sg:gluten-0530 Sep 10, 2025
@xinghuayu007 xinghuayu007 mentioned this pull request Oct 28, 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.

2 participants