Skip to content

Commit

Permalink
Arrow connector (#23)
Browse files Browse the repository at this point in the history
* Arrow flight connector

Co-authored-by: sai bhaskar reddy <sai.bhaskar.reddy.sabbasani1@ibm.com>
Co-authored-by: SthuthiGhosh9400 <Sthuthi.Ghosh@ibm.com>
Co-authored-by: lithinwxd <Lithin.Purushothaman@ibm.com>

* remove unnecessary properties

* remove explict grpc versions

* Copy test for individual run

* Revert "remove explict grpc versions"

This reverts commit 1c3f919.

* Revert "Copy test for individual run"

This reverts commit 53d5093.

* Revert "Revert "Copy test for individual run""

This reverts commit c6b29a2.

* Increase stack memory

* Revert "Revert "Revert "Copy test for individual run"""

This reverts commit ec03c80.

---------

Co-authored-by: sai bhaskar reddy <sai.bhaskar.reddy.sabbasani1@ibm.com>
Co-authored-by: SthuthiGhosh9400 <Sthuthi.Ghosh@ibm.com>
Co-authored-by: lithinwxd <Lithin.Purushothaman@ibm.com>
  • Loading branch information
4 people authored Oct 10, 2024
1 parent 32c9c08 commit c3de72f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions presto-base-arrow-flight/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,13 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-Xss10M</argLine>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
Expand Down

0 comments on commit c3de72f

Please sign in to comment.