kishoreg commented on a change in pull request #3728: Support for specifying 
Object Type in Schema
URL: https://github.com/apache/incubator-pinot/pull/3728#discussion_r249312872
 
 

 ##########
 File path: 
pinot-common/src/main/java/org/apache/pinot/common/data/objects/TextObject.java
 ##########
 @@ -0,0 +1,35 @@
+package org.apache.pinot.common.data.objects;
+
+import java.util.List;
+
+import org.apache.pinot.common.data.PinotObject;
+
+import com.google.common.collect.Lists;
+
+public class TextObject implements PinotObject {
 
 Review comment:
   Text is a long string. It can give us some hints such as don't do dictionary 
encoding. More like TEXT vs VARCHAR in MySQL

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to