Skip to content

Commit

Permalink
fix: sort merged function and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emptyOVO committed Sep 14, 2024
1 parent 8c32435 commit 14ee83d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
* limitations under the License.
*/

package org.apache.inlong.sdk.transform.process.function;
package org.apache.inlong.sdk.transform.process.function.string;

import org.apache.inlong.sdk.transform.decode.SourceData;
import org.apache.inlong.sdk.transform.process.Context;
import org.apache.inlong.sdk.transform.process.function.TransformFunction;
import org.apache.inlong.sdk.transform.process.function.factory.CompressionAlgorithmFactory;
import org.apache.inlong.sdk.transform.process.function.handler.CompressHandler;
import org.apache.inlong.sdk.transform.process.operator.OperatorTools;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
* limitations under the License.
*/

package org.apache.inlong.sdk.transform.process.function;
package org.apache.inlong.sdk.transform.process.function.string;

import org.apache.inlong.sdk.transform.decode.SourceData;
import org.apache.inlong.sdk.transform.process.Context;
import org.apache.inlong.sdk.transform.process.function.TransformFunction;
import org.apache.inlong.sdk.transform.process.function.factory.UnCompressionAlgorithmFactory;
import org.apache.inlong.sdk.transform.process.function.handler.UncompressHandler;
import org.apache.inlong.sdk.transform.process.operator.OperatorTools;
Expand Down

0 comments on commit 14ee83d

Please sign in to comment.