Skip to content

Commit ebc5d10

Browse files
fcollmanCopilot
andauthored
Update materializationengine/blueprints/client/query.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2ab694b commit ebc5d10

File tree

1 file changed

+1
-1
lines changed
  • materializationengine/blueprints/client

1 file changed

+1
-1
lines changed

materializationengine/blueprints/client/query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
DateTime: np.dtype('datetime64[ns]'),
2626
Integer: pd.Int32Dtype(),
2727
BigInteger: pd.Int64Dtype(),
28-
Float: np.float32,
28+
Float: pd.Float32Dtype(),
2929
}
3030

3131
def concatenate_position_columns(df):

0 commit comments

Comments
 (0)