viirya commented on code in PR #1106:
URL: https://github.com/apache/datafusion-comet/pull/1106#discussion_r1851229967


##########
native/proto/src/proto/operator.proto:
##########
@@ -52,6 +52,7 @@ message SparkPartitionedFile {
   int64 start = 2;
   int64 length = 3;
   int64 file_size = 4;
+  repeated spark.spark_expression.Expr partition_values = 5;

Review Comment:
   No. Although for Hive partitioned table, partition values are dictionary 
names which are strings, but once Spark reads these strings back, they are 
casted to corresponding data types of partition columns.



-- 
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