-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
https://phoenix.apache.org/dynamic_columns.html
To upsert a row with dynamic columns:
UPSERT INTO EventLog (eventId, eventTime, eventType, lastGCTime TIME, usedMemory BIGINT, maxMemory BIGINT) VALUES(1, CURRENT_TIME(), ‘abc’, CURRENT_TIME(), 512, 1024);
- depends upon
-
PHOENIX-3411 Support for Dynamic Columns in Phoenix-Calcite
-
- Open
-
-
CALCITE-1709 Support mixing table columns with extended columns in DML
-
- Closed
-