Skip to content

Commit

Permalink
Rename Maven package
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm committed Aug 30, 2022
1 parent 2501a29 commit fa507f0
Show file tree
Hide file tree
Showing 122 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ target/
!/c/

# Generated properties file
flight/flight-jdbc-driver/src/main/resources/properties/flight.properties
flight/flight-sql-jdbc-driver/src/main/resources/properties/flight.properties
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
import com.google.protobuf.ProtocolMessageEnum;

/**
* Arrow Flight JDBC's implementation of {@link DatabaseMetaData}.
* Arrow Flight SQL JDBC's implementation of {@link DatabaseMetaData}.
*/
public class ArrowDatabaseMetadata extends AvaticaDatabaseMetaData {
private static final String JAVA_REGEX_SPECIALS = "[]()|^-+*?{}$\\.";
Expand Down
2 changes: 1 addition & 1 deletion java/flight/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<module>flight-core</module>
<module>flight-grpc</module>
<module>flight-sql</module>
<module>flight-jdbc-driver</module>
<module>flight-sql-jdbc-driver</module>
<module>flight-integration-tests</module>
</modules>

Expand Down

0 comments on commit fa507f0

Please sign in to comment.