MCPcopy Create free account
hub / github.com/apache/datafusion / generate_table_row

Function generate_table_row

docs/scripts/update_committer_list.py:134–137  ·  view source on GitHub ↗

Generate a markdown table row for a committer.

(committer: Committer)

Source from the content-addressed store, hash-verified

132
133
134def generate_table_row(committer: Committer) -> str:
135 """Generate a markdown table row for a committer."""
136 github_link = f"[{committer.github}](https://github.com/{committer.github})"
137 return f"| {committer.name:<23} | {committer.apache:<39} |{committer.github:<39} | {committer.affiliation:<11} | {committer.role:<9} |"
138
139
140def sort_committers(committers: List[Committer]) -> List[Committer]:

Callers 1

update_governance_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…