Steve Carlin has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/24311 )

Change subject: IMPALA-14999: Calcite planner: support Iceberg tables (part 2)
......................................................................


Patch Set 6:

(2 comments)

http://gerrit.cloudera.org:8080/#/c/24311/6//COMMIT_MSG
Commit Message:

http://gerrit.cloudera.org:8080/#/c/24311/6//COMMIT_MSG@119
PS6, Line 119: methos
> typo: methods
Done


http://gerrit.cloudera.org:8080/#/c/24311/6/java/calcite-planner/src/main/java/org/apache/impala/calcite/functions/RexLiteralConverter.java
File 
java/calcite-planner/src/main/java/org/apache/impala/calcite/functions/RexLiteralConverter.java:

http://gerrit.cloudera.org:8080/#/c/24311/6/java/calcite-planner/src/main/java/org/apache/impala/calcite/functions/RexLiteralConverter.java@132
PS6, Line 132:     return LiteralExpr.createBounded(castExpr, 
analyzer.getQueryCtx(), 10000, true);
> That's a good catch.  I made a note to myself to look up the real value, th
Ah, now I see why I missed it.

I was a bit worried it got reverted because that would have meant I could 
possibly have lost other changes.  But it turns out that I did make the change, 
but I only made it in RexCallConverter.java at line 292.

I think that value is ok.  It might be overkill with a timestamp literal, but 
it is just a maximum check, it doesn't actually allocate that space, so I think 
it's ok.



--
To view, visit http://gerrit.cloudera.org:8080/24311
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I1854012b1caac63ced292b338d40074db950b42d
Gerrit-Change-Number: 24311
Gerrit-PatchSet: 6
Gerrit-Owner: Steve Carlin <[email protected]>
Gerrit-Reviewer: Aman Sinha <[email protected]>
Gerrit-Reviewer: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Joe McDonnell <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>
Gerrit-Reviewer: Noemi Pap-Takacs <[email protected]>
Gerrit-Reviewer: Peter Rozsa <[email protected]>
Gerrit-Reviewer: Steve Carlin <[email protected]>
Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
Gerrit-Comment-Date: Thu, 21 May 2026 16:31:21 +0000
Gerrit-HasComments: Yes

Reply via email to