Skip to content

Commit

Permalink
Fix minus
Browse files Browse the repository at this point in the history
  • Loading branch information
leaves12138 committed Aug 22, 2024
1 parent 4487a44 commit 6f87160
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@
import org.apache.paimon.arrow.writer.ArrowFieldWriter;
import org.apache.paimon.arrow.writer.ArrowFieldWriterFactoryVisitor;
import org.apache.paimon.data.GenericRow;
import org.apache.paimon.data.InternalRow;
import org.apache.paimon.types.DataField;

import org.apache.arrow.memory.BufferAllocator;
import org.apache.arrow.vector.FieldVector;

import static org.apache.paimon.arrow.ArrowUtils.createVector;

/** Convert a static value which contained in InternalRow to a FieldVector. */
/** Convert a static value to a FieldVector. */
public class StaticElementConverter {

private final GenericRow row;
Expand Down

0 comments on commit 6f87160

Please sign in to comment.