aboutsummaryrefslogtreecommitdiff
path: root/exec/java-exec/src/main/codegen/data/ComparisonTypesDecimal.tdd
diff options
context:
space:
mode:
Diffstat (limited to 'exec/java-exec/src/main/codegen/data/ComparisonTypesDecimal.tdd')
-rw-r--r--exec/java-exec/src/main/codegen/data/ComparisonTypesDecimal.tdd4
1 files changed, 1 insertions, 3 deletions
diff --git a/exec/java-exec/src/main/codegen/data/ComparisonTypesDecimal.tdd b/exec/java-exec/src/main/codegen/data/ComparisonTypesDecimal.tdd
index db73825d9..f5b912e83 100644
--- a/exec/java-exec/src/main/codegen/data/ComparisonTypesDecimal.tdd
+++ b/exec/java-exec/src/main/codegen/data/ComparisonTypesDecimal.tdd
@@ -13,11 +13,9 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-#
-# TODO: the assumption that VarDecimal takes 6 bytes might not always apply
{
{ decimalTypes: [
- {name: "VarDecimal", storage: "6"},
+ {name: "VarDecimal"},
{name: "Decimal28Sparse", storage: "5"},
{name: "Decimal38Sparse", storage: "6"},
{name: "Decimal28Dense", storage: "4"},