Skip to content

Commit

Permalink
feat: Enable Arrow-based columnar data transfers (#3996)
Browse files Browse the repository at this point in the history
feat: Enable Arrow-based columnar data transfers

Signed-off-by: tanlocnguyen <tanlocnguyen296@gmail.com>
Co-authored-by: tanlocnguyen <tanlocnguyen296@gmail.com>
  • Loading branch information
ElliotNguyen68 and tanlocnguyen committed Mar 21, 2024
1 parent 6d9156b commit d8d7567
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/offline-stores/spark.md
Expand Up @@ -30,6 +30,8 @@ offline_store:
spark.sql.catalogImplementation: "hive"
spark.sql.parser.quotedRegexColumnNames: "true"
spark.sql.session.timeZone: "UTC"
spark.sql.execution.arrow.fallback.enabled: "true"
spark.sql.execution.arrow.pyspark.enabled: "true"
online_store:
path: data/online_store.db
```
Expand Down
Expand Up @@ -12,6 +12,8 @@ offline_store:
spark.sql.catalogImplementation: "hive"
spark.sql.parser.quotedRegexColumnNames: "true"
spark.sql.session.timeZone: "UTC"
spark.sql.execution.arrow.fallback.enabled: "true"
spark.sql.execution.arrow.pyspark.enabled: "true"
online_store:
path: data/online_store.db
entity_key_serialization_version: 2

0 comments on commit d8d7567

Please sign in to comment.