Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
malinsinbigler committed Jul 18, 2024
1 parent efc3139 commit bfde998
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class ArrowExporter(out: OutputStream, hints: Hints) extends FeatureExporter {
private lazy val ipc = hints.getArrowFormatVersion.getOrElse(FormatVersion.ArrowFormatVersion.get)
private lazy val batchSize = hints.getArrowBatchSize.getOrElse(ArrowProperties.BatchSize.get.toInt)
private lazy val dictionaryFields = hints.getArrowDictionaryFields
private lazy val flattenFields = hints.isArrowFlatten.getOrElse(false)
private lazy val flattenFields = hints.isArrowFlatten

private var delegate: FeatureExporter = _

Expand Down

0 comments on commit bfde998

Please sign in to comment.