vedant280 opened a new issue, #16481:
URL: https://github.com/apache/pinot/issues/16481

   The SparkSegmentTarPushJobRunner class has a field shadowing issue where the 
_spec field is declared in both the parent class 
(BaseSparkSegmentTarPushJobRunner) and child class, causing the child class to 
access an uninitialised null field instead of the properly initialised parent 
field.
   
   Steps to Reproduce
   
   Instantiate SparkSegmentTarPushJobRunner with a SegmentGenerationJobSpec
   Access the _spec field from within the child class
   Observe that _spec is null despite being passed to the constructor
   


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


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

Reply via email to