andygrove commented on code in PR #904:
URL: https://github.com/apache/datafusion-comet/pull/904#discussion_r1742579623


##########
common/src/main/java/org/apache/arrow/c/ArrowImporter.java:
##########
@@ -40,15 +40,12 @@ public ArrowImporter(BufferAllocator allocator) {
   }
 
   Field importField(ArrowSchema schema, CDataDictionaryProvider provider) {
-    Field var4;
     try {
-      var4 = importer.importField(schema, provider);
+      return importer.importField(schema, provider);

Review Comment:
   drive-by code cleanup - no functional change



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