Skip to content

Commit

Permalink
added parquet procs to extended.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vga91 committed Aug 22, 2023
1 parent 6d1f3cc commit 698edfa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions extended/src/main/resources/extended.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ apoc.es.postRaw
apoc.es.put
apoc.es.query
apoc.es.stats
apoc.export.parquet.all
apoc.export.parquet.all.stream
apoc.export.parquet.data
apoc.export.parquet.data.stream
apoc.export.parquet.graph
apoc.export.parquet.graph.stream
apoc.export.parquet.query
apoc.export.parquet.query.stream
apoc.export.xls.all
apoc.export.xls.data
apoc.export.xls.graph
Expand All @@ -52,6 +60,7 @@ apoc.generate.ws
apoc.gephi.add
apoc.get.nodes
apoc.get.rels
apoc.import.parquet
apoc.load.csv
apoc.load.csvParams
apoc.load.directory
Expand All @@ -65,6 +74,7 @@ apoc.load.htmlPlainText
apoc.load.jdbc
apoc.load.jdbcUpdate
apoc.load.ldap
apoc.load.parquet
apoc.load.xls
apoc.log.debug
apoc.log.error
Expand Down
2 changes: 1 addition & 1 deletion extended/src/test/java/apoc/StartupExtendedTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class StartupExtendedTest {
}

@Test
public void checkCoreAndFullWithExtraDependenciesJars() {
public void checkCoreAndExtendedWithExtraDependenciesJars() {
// we check that with apoc-extended, apoc-core jar and all extra-dependencies jars every procedure/function is detected
startContainerSessionWithExtraDeps((version) -> createDB(version, List.of(CORE, EXTENDED), true),
session -> {
Expand Down

0 comments on commit 698edfa

Please sign in to comment.