Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ getValidWriteIds
Method
getValidWriteIds
fe/src/main/java/org/apache/impala/catalog/Table.java:1103–1106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1101
}
1102
1103
@Override
1104
public
ValidWriteIdList getValidWriteIds() {
1105
return
null;
1106
}
1107
1108
/**
1109
* When altering a table we modify the cached metadata and apply the
new
metadata to
Callers
4
testFetchAfterDropAndRecreate
Method · 0.95
transactionTest
Method · 0.95
testAllocWriteIdEvent
Method · 0.95
getPartialInfo
Method · 0.95
Calls
no outgoing calls
Tested by
3
testFetchAfterDropAndRecreate
Method · 0.76
transactionTest
Method · 0.76
testAllocWriteIdEvent
Method · 0.76