Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
adevday committed Apr 3, 2023
1 parent b00ae2f commit 2fd80df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public int getInt(int index) {
}

public long getLong(int index) {
System.err.println(Binding.rowGetInt64Value(pointer, index));
return Binding.rowGetInt64Value(pointer, index);
}

Expand Down
1 change: 0 additions & 1 deletion src/connector/src/sink/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ fn datum_to_json_object(field: &Field, datum: DatumRef<'_>) -> ArrayResult<Value
json!(v)
}
(DataType::Decimal, ScalarRefImpl::Decimal(v)) => {
// fixme
json!(v.to_text())
}
(DataType::Timestamptz, ScalarRefImpl::Timestamp(v)) => {
Expand Down

0 comments on commit 2fd80df

Please sign in to comment.