viirya commented on issue #64:
URL: 
https://github.com/apache/arrow-datafusion-comet/issues/64#issuecomment-1955229082

   We will add the document, maybe as part of user document in #57.
   
   For a quick answer, primitive types should be supported now:  ByteType,  
ShortType, IntegerType, LongType, FloatType, DoubleType, StringType, 
BinaryType, TimestampType, DecimalType, DateType, BooleanType, NullType. The 
support I mean is, Comet query planner will accept query plan using these 
types. But for certain expression or operator, the supported types might be 
various, for example, if the corresponding DataFusion expression or operator 
may not support some data types.
   
   I think one important goal of Comet is to fulfill the gap and we are working 
on it. So welcome to report any missing datatypes when you test or evaluate 
Comet.


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

Reply via email to