andygrove commented on code in PR #2936:
URL: https://github.com/apache/datafusion-comet/pull/2936#discussion_r2682770299


##########
native/proto/src/proto/expr.proto:
##########
@@ -85,7 +85,8 @@ message Expr {
     Rand randn = 62;
     EmptyExpr spark_partition_id = 63;
     EmptyExpr monotonically_increasing_id = 64;
-    FromJson from_json = 89;
+    UnixTimestamp unix_timestamp = 65;
+    FromJson from_json = 66;

Review Comment:
   Here is the diff with the 0.12 release. We have not released a version with 
the `from_json = 89` field.
   
   <img width="839" height="123" alt="Screenshot 2026-01-12 at 8 27 01 AM" 
src="https://github.com/user-attachments/assets/9ccd957d-2735-4a33-ad67-6eb9f2e1036a";
 />
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to