sijie commented on a change in pull request #4022: Making use of builtin 
schemas for primitive types
URL: https://github.com/apache/pulsar/pull/4022#discussion_r274247131
 
 

 ##########
 File path: 
pulsar-sql/presto-pulsar/src/main/java/org/apache/pulsar/sql/presto/PulsarMetadata.java
 ##########
 @@ -420,14 +424,13 @@ static Type convertType(Schema.Type avroType, 
LogicalType logicalType) {
             case BOOLEAN:
                 return BooleanType.BOOLEAN;
             case INT:
+                return IntegerType.INTEGER;
+            case LONG:
 
 Review comment:
   This is a behavior change, no?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to