domoritz commented on code in PR #33682:
URL: https://github.com/apache/arrow/pull/33682#discussion_r1070759034


##########
js/src/factories.ts:
##########
@@ -133,7 +133,7 @@ function inferType(value: readonly unknown[]): 
dtypes.DataType {
                 }
                 continue;
         }
-        throw new TypeError('Unable to infer Vector type from input values, 
explicit type declaration expected');
+        throw new TypeError('Unable to infer Vector type from input values, 
explicit type declaration expected.');

Review Comment:
   We use `.` to end other error messages so I made this consistent here. 



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

Reply via email to