Skip to content

Commit af00982

Browse files
committed
avro bugfix
1 parent 5009501 commit af00982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paimon-python/pypaimon/schema/data_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ def to_avro_type(field_type: pyarrow.DataType, field_name: str) -> Union[str, Di
608608

609609
@staticmethod
610610
def to_avro_schema(pyarrow_schema: Union[pyarrow.Schema, pyarrow.StructType],
611-
name: str = "Root",
611+
name: str = "Root2",
612612
namespace: str = "pyarrow.avro"
613613
) -> Dict[str, Any]:
614614
fields = []

0 commit comments

Comments
 (0)