[VL] Support monotonically_increasing_id function#10097
[VL] Support monotonically_increasing_id function#10097liujiayi771 wants to merge 2 commits intoapache:mainfrom
Conversation
|
Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues? https://github.com/apache/incubator-gluten/issues Then could you also rename commit message and pull request title in the following format? See also: |
|
Run Gluten Clickhouse CI on x86 |
|
@zhli1142015 @zhztheplayer Could you help to review? |
|
I remembre that this function was disabled because of the issue below. |
|
@zhli1142015 OK. I'll close this PR. But isn't this function itself non-deterministic anyway? As long as it generates an increasing non-repeating sequence, it shouldn't cause issues in practice—it just won't be perfectly consistent with Spark's results, right? |
|
@zhli1142015 But the issue in #7628 is that calling |
It seems to me that this unit test verifies a non publicly documented behavior; but we re-enabled this function after we had fixed this issue internally. |
What changes were proposed in this pull request?
Support monotonically_increasing_id function in Velox backend. Velox had implemented it in facebookincubator/velox#9007 early on.
How was this patch tested?
Add a test case in
ScalarFunctionsValidateSuite.