clintropolis commented on a change in pull request #10680:
URL: https://github.com/apache/druid/pull/10680#discussion_r544632181



##########
File path: 
sql/src/main/java/org/apache/druid/sql/calcite/schema/SystemSchema.java
##########
@@ -159,6 +160,7 @@
       .add("tier", ValueType.STRING)
       .add("curr_size", ValueType.LONG)
       .add("max_size", ValueType.LONG)
+      .add("is_leader", ValueType.LONG)

Review comment:
       Yeah, what @jihoonson was my reasoning for using long, to be consistent 
with other boolean-ish columns, but i'm not super attached to it and can change 
if that is better




----------------------------------------------------------------
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:
[email protected]



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

Reply via email to