>From Michael Blow <[email protected]>:

Attention is currently required from: Peeyush Gupta, Ali Alsuliman.
Michael Blow has posted comments on this change. ( 
https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20135 )

Change subject: [ASTERIXDB-3633][EXT] Support file splits while reading delta 
tables
......................................................................


Patch Set 7:

(1 comment)

File 
asterixdb/asterix-external-data/src/main/java/org/apache/asterix/external/input/record/reader/aws/delta/SerializableFileSplit.java:

https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20135/comment/1565e819_1105ff24
PS7, Line 57:         try {
            :             Class splitClass = 
Class.forName(FileSplit.class.getName());
            :             Constructor[] constructors = 
splitClass.getDeclaredConstructors();
            :             Constructor defaultConstructor = null;
            :             for (Constructor constructor : constructors) {
            :                 if (constructor.getParameterTypes().length == 0) {
            :                     constructor.setAccessible(true);
            :                     defaultConstructor = constructor;
            :                 }
            :             }
this should be done once in the `<clinit>`



--
To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/20135
To unsubscribe, or for help writing mail filters, visit 
https://asterix-gerrit.ics.uci.edu/settings

Gerrit-Project: asterixdb
Gerrit-Branch: ionic
Gerrit-Change-Id: Ie6daf3846064326bfe749ad15b508fe27d1721ca
Gerrit-Change-Number: 20135
Gerrit-PatchSet: 7
Gerrit-Owner: Peeyush Gupta <[email protected]>
Gerrit-Reviewer: Ali Alsuliman <[email protected]>
Gerrit-Reviewer: Anon. E. Moose #1000171
Gerrit-Reviewer: Jenkins <[email protected]>
Gerrit-Reviewer: Peeyush Gupta <[email protected]>
Gerrit-CC: Michael Blow <[email protected]>
Gerrit-Attention: Peeyush Gupta <[email protected]>
Gerrit-Attention: Ali Alsuliman <[email protected]>
Gerrit-Comment-Date: Mon, 25 Aug 2025 22:02:43 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment

Reply via email to