Hello, I use the puthiveQL and SelectHiveQL component of version 1.27 of nifi, but I have an error when I use backticks in my query. I was using a version of Cloudera on the mavean site where it fixes this bug, they are on version 1.22, while I would like to use the latest version of Nifi. So I'm stuck because of this bug. It is possible to make this correction because when I use a query containing backticks, I get this error message below: 2024-10-21 17:14:40,814 WARN [Timer-Driven Process Thread-6] o.a.nifi.processors.hive.SelectHiveQL SelectHiveQL[id=456ae0a2-0168-1000-d6d0-e7f57c95b943] Failed to parse query: select 'qasdf ' as `asdf` due to java.lang.NullPointerException: java.lang.NullPointerExceptionjava.lang.NullPointerException: null Thanks.Aboubacary Wane