Github user markap14 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2675#discussion_r187359257
--- Diff:
nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/src/main/java/org/apache/nifi/NullSuppression.java
---
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-package org.apache.nifi.json;
+package org.apache.nifi;
--- End diff --
I'm fine moving this out of the json package into something more generic,
but I don't think org.apache.nifi is the appropriate package. Perhaps
org.apache.nifi.record or something like that...
---