llama90 commented on code in PR #42038:
URL: https://github.com/apache/arrow/pull/42038#discussion_r1633303507
##########
java/adapter/jdbc/src/test/java/org/apache/arrow/adapter/jdbc/h2/JdbcToArrowCharSetTest.java:
##########
@@ -60,24 +57,9 @@ public class JdbcToArrowCharSetTest extends
AbstractJdbcToArrowTest {
"h2/test1_charset_kr_h2.yml"
};
- /**
- * Constructor which populates the table object for each test iteration.
- *
- * @param table Table oject
- */
- public JdbcToArrowCharSetTest(Table table) {
+ public void initializeDatabase(Table table) throws SQLException,
ClassNotFoundException {
Review Comment:
I reflected
--
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]