Clean up TPP.txt#2
Merged
Merged
Conversation
zuochunwei
added a commit
that referenced
this pull request
Feb 28, 2023
* # This is a combination of 2 commits. # This is the 1st commit message: add unit-test for VeloxSplitter # This is the commit message #2: # update ut * add unit-test for VeloxSplitter --------- Co-authored-by: zuochunwei <zuochunwei@meituan.com>
zhli1142015
pushed a commit
to zhli1142015/gluten
that referenced
this pull request
Mar 5, 2023
* # This is a combination of 2 commits. # This is the 1st commit message: add unit-test for VeloxSplitter # This is the commit message apache#2: # update ut * add unit-test for VeloxSplitter --------- Co-authored-by: zuochunwei <zuochunwei@meituan.com>
liujiayi771
referenced
this pull request
in liujiayi771/gluten
Mar 13, 2023
* support decimal UnscaledValue * rename DecimalUtil to GlutenDecimalUtil
55 tasks
SinghAsDev
pushed a commit
to SinghAsDev/gluten
that referenced
this pull request
Mar 5, 2024
Add jenkins config Use internal branches Use PinSpark <!-- https://github.com/pinternal/gluten/pull/2 -->
This was referenced May 14, 2024
sharkdtu
pushed a commit
to sharkdtu/gluten
that referenced
this pull request
Nov 11, 2024
j7nhai
pushed a commit
to j7nhai/gluten
that referenced
this pull request
Apr 22, 2025
baibaichen
added a commit
that referenced
this pull request
Apr 15, 2026
- #1 SPARK-36286: Fixed in Velox C++ (TimestampConversion.cpp) - "2015-03-18T" now correctly returns null in kSparkCast mode - #2 cast from timestamp II: testGluten rewrite skipping Long.MinValue which overflows in collect() path rebaseGregorianToJulianMicros - #3/#4 timezone: testGluten rewrite syncing session timezone with per-expression timezone via withSQLConf(SESSION_LOCAL_TIMEZONE) Excludes original failing tests in VeloxTestSettings and adds testGluten overrides in GlutenCastWithAnsiOffSuite for both spark40 and spark41. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
baibaichen
added a commit
that referenced
this pull request
Apr 15, 2026
- #1/#2 (TZ workaround): testGluten rewrite for "data type casting" and "cast string to timestamp" with withSQLConf to sync session timezone - #3: Add PRESERVE_CHAR_VARCHAR_TYPE_INFO=true in beforeAll - Exclude #4 (out-of-range to long) and #5 (Decimal to string) pending Velox C++ fixes Verified: spark41 95 passed/5 ignored, spark40 79 passed/5 ignored Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Clean up TPP.txt