Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Kernel] Itty bitty refactor #4188

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix javadoc
  • Loading branch information
allisonport-db committed Feb 27, 2025
commit 75368a00916b72fee576f2c8c894273a79c4ea48
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ private TransactionStateRow(HashMap<Integer, Object> valueMap) {
* Get the logical schema of the table from the transaction state {@link Row} returned by {@link
* Transaction#getTransactionState(Engine)}}
*
* @param engine {@link Engine} instance to use for parsing the schema
* @param transactionState Transaction state state {@link Row}
* @return Logical schema of the table as {@link StructType}
*/
Expand Down
Loading