Skip to content

Commit

Permalink
Disable auto download
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoyuki Morita <moritato@amazon.com>
  • Loading branch information
ykmr1224 committed Sep 19, 2024
1 parent 51e402f commit 828b4d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions async-query-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ To update the grammar files, update `build.gradle` file (in `downloadG4Files` ta
```
./gradlew async-query-core:downloadG4Files
```
This will overwrite the files under `src/main/antlr`.
2 changes: 1 addition & 1 deletion async-query-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tasks.register('downloadG4Files', Exec) {

executable 'curl'

def opensearchSparkBranch = "0.6"
def opensearchSparkBranch = "0.5"
def apacheSparkVersionTag = "v3.5.1"
args '-o', 'src/main/antlr/FlintSparkSqlExtensions.g4', "https://raw.githubusercontent.com/opensearch-project/opensearch-spark/${opensearchSparkBranch}/flint-spark-integration/src/main/antlr4/FlintSparkSqlExtensions.g4"
args '-o', 'src/main/antlr/SparkSqlBase.g4', "https://raw.githubusercontent.com/opensearch-project/opensearch-spark/${opensearchSparkBranch}/flint-spark-integration/src/main/antlr4/SparkSqlBase.g4"
Expand Down

0 comments on commit 828b4d2

Please sign in to comment.