Skip to content

Commit

Permalink
Remove useless PluginMetaDataQueryResultRows (#30093)
Browse files Browse the repository at this point in the history
* Use ShowMigrationCheckAlgorithmPluginsResultRowBuilder instead of ShowMigrationCheckAlgorithmsExecutor

* Remove useless PluginMetaDataQueryResultRows

* Move PluginMetaDataQueryResultRow
  • Loading branch information
terrymanu authored Feb 11, 2024
1 parent 53e1b26 commit d56a1f0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 48 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.apache.shardingsphere.distsql.handler.engine.query.ral.plugin;
package org.apache.shardingsphere.distsql.handler.executor.ral.plugin;

import org.apache.shardingsphere.infra.database.core.spi.DatabaseSupportedTypedSPI;
import org.apache.shardingsphere.infra.database.core.type.DatabaseType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
package org.apache.shardingsphere.distsql.handler.executor.ral.plugin;

import org.apache.shardingsphere.distsql.handler.engine.query.DistSQLQueryExecutor;
import org.apache.shardingsphere.distsql.handler.engine.query.ral.plugin.PluginMetaDataQueryResultRow;
import org.apache.shardingsphere.distsql.handler.exception.plugin.PluginNotFoundException;
import org.apache.shardingsphere.distsql.statement.ral.queryable.show.ShowPluginsStatement;
import org.apache.shardingsphere.infra.database.core.spi.DatabaseSupportedTypedSPI;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
com.arjuna.ats.internal.arjuna.recovery.ExpiredTransactionStatusManagerScanner
</entry>
<entry key="RecoveryEnvironmentBean.recoveryPort">4712</entry>
<entry key="RecoveryEnvironmentBean.recoveryAddress"></entry>
<entry key="RecoveryEnvironmentBean.recoveryAddress" />
<entry key="RecoveryEnvironmentBean.transactionStatusManagerPort">0</entry>
<entry key="RecoveryEnvironmentBean.transactionStatusManagerAddress"></entry>
<entry key="RecoveryEnvironmentBean.transactionStatusManagerAddress" />
<entry key="RecoveryEnvironmentBean.recoveryListener">NO</entry>
<entry key="RecoveryEnvironmentBean.recoveryBackoffPeriod">1</entry>
</properties>

0 comments on commit d56a1f0

Please sign in to comment.