Skip to content

Commit c7ca79f

Browse files
readOptions
Co-authored-by: Thomas Chow <[email protected]>
1 parent dc303b5 commit c7ca79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark/src/main/scala/ai/chronon/spark/TableUtils.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ class TableUtils(@transient val sparkSession: SparkSession) extends Serializable
799799
val selects = QueryUtils.buildSelects(selectMap, fallbackSelects)
800800
logger.info(s""" Scanning data:
801801
| table: ${dp.tableOrPath.green}
802-
| options: ${dp.options}
802+
| options: ${dp.readOptions}
803803
| format: ${dp.readFormat}
804804
| selects:
805805
| ${selects.mkString("\n ").green}

0 commit comments

Comments
 (0)