This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git.
from 91a82e0 Add storage column attribute `indexOnly` (#8679)
add a68f2d0 Remove the hard requirement of BASE64 encoding for the binary
field (#8685)
No new revisions were added by this update.
Summary of changes:
CHANGES.md | 1 +
.../oap/server/core/alarm/AlarmRecord.java | 18 ++------
.../analysis/manual/log/AbstractLogRecord.java | 18 ++------
.../analysis/manual/segment/SegmentRecord.java | 23 +++-------
.../manual/errorlog/BrowserErrorLogRecord.java | 18 ++------
.../core/profile/ProfileThreadSnapshotRecord.java | 7 +--
.../server/core/storage/type/Convert2Entity.java | 11 +++++
.../server/core/storage/type/Convert2Storage.java | 18 ++++++++
.../server/core/storage/type/HashMapConverter.java | 44 +++++++++++++++++++
.../plugin/jdbc/HashMapConverterWrapper.java | 42 ------------------
.../server/storage/plugin/jdbc/JDBCConverter.java} | 51 +++++++++-------------
.../plugin/jdbc/h2/dao/H2AlarmRecordBuilder.java | 4 +-
.../plugin/jdbc/h2/dao/H2LogRecordBuilder.java | 4 +-
.../plugin/jdbc/h2/dao/H2ManagementDAO.java | 4 +-
.../storage/plugin/jdbc/h2/dao/H2MetricsDAO.java | 3 +-
.../plugin/jdbc/h2/dao/H2NoneStreamDAO.java | 3 +-
.../storage/plugin/jdbc/h2/dao/H2RecordDAO.java | 3 +-
.../storage/plugin/jdbc/h2/dao/H2SQLExecutor.java | 12 ++---
.../plugin/jdbc/h2/dao/H2SegmentRecordBuilder.java | 4 +-
.../jdbc/h2/dao/H2UITemplateManagementDAO.java | 28 +++++++++---
.../storage/plugin/zipkin/ZipkinSpanRecord.java | 17 ++------
21 files changed, 155 insertions(+), 178 deletions(-)
delete mode 100644
oap-server/server-storage-plugin/storage-jdbc-hikaricp-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/jdbc/HashMapConverterWrapper.java
copy
oap-server/{server-core/src/main/java/org/apache/skywalking/oap/server/core/storage/type/HashMapConverter.java
=>
server-storage-plugin/storage-jdbc-hikaricp-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/jdbc/JDBCConverter.java}
(50%)