I was wondering why some processors are cloning the flow file before routing it to next processor.
For example, QueryDatabaseTable processor always clones the flow file before passing it to the ContentAvrotoORC processor.
Why is there a need to clone the Flowfile ?

