rip-nsk commented on a change in pull request #11887:
URL: https://github.com/apache/arrow/pull/11887#discussion_r767026133



##########
File path: cpp/src/arrow/type.h
##########
@@ -714,9 +714,11 @@ class ARROW_EXPORT FixedSizeBinaryType : public 
FixedWidthType, public Parametri
 /// \brief Base type class for (fixed-size) decimal data
 class ARROW_EXPORT DecimalType : public FixedSizeBinaryType {
  public:
-  explicit DecimalType(Type::type type_id, int32_t byte_width, int32_t 
precision,
+  explicit DecimalType(Type::type override_type_id, int32_t byte_width, 
int32_t precision,

Review comment:
       include\arrow\type.h(710,7): warning C4458:  declaration of 'type_id' 
hides class member




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